public interface TypeDao
| Modifier and Type | Method and Description |
|---|---|
AtomicTypeModel |
findAtomicTypeByCode(String code)
Find atomic types for code.
|
AtomicTypeModel |
findAtomicTypeByJavaClass(Class javaClass)
Find atomic types for java class.
|
ComposedTypeModel |
findComposedTypeByCode(String code)
Find composed types for code.
|
TypeModel |
findTypeByCode(String code)
Find types for code.
|
ComposedTypeModel findComposedTypeByCode(String code)
code - the code of the required composed typeAtomicTypeModel findAtomicTypeByCode(String code)
code - the code of the required atomic typeAtomicTypeModel findAtomicTypeByJavaClass(Class javaClass)
javaClass - class the code of the required atomic typeCopyright © 2017 SAP SE. All Rights Reserved.