|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Metadata | |
|---|---|
| com.googlecode.genericdao.search | |
| com.googlecode.genericdao.search.jpa | |
| Uses of Metadata in com.googlecode.genericdao.search |
|---|
| Methods in com.googlecode.genericdao.search that return Metadata | |
|---|---|
Metadata |
MetadataUtil.get(Class<?> klass)
Get the Metadata for an entity class. |
Metadata |
MetadataUtil.get(Class<?> rootEntityClass,
String propertyPath)
Get the Metadata for a property of an entity class. |
Metadata |
Metadata.getIdType()
Return the metadata for the id property of this type. |
Metadata |
Metadata.getPropertyType(String property)
Return the metadata for the given property of this type. |
| Uses of Metadata in com.googlecode.genericdao.search.jpa |
|---|
| Classes in com.googlecode.genericdao.search.jpa that implement Metadata | |
|---|---|
class |
JPAAnnotationCollectionMetadata
|
class |
JPAAnnotationMetadata
|
| Methods in com.googlecode.genericdao.search.jpa that return Metadata | ||
|---|---|---|
Metadata |
JPAAnnotationMetadataUtil.get(Class<?> klass)
|
|
Metadata |
JPAAnnotationMetadataUtil.get(Class<?> rootEntityClass,
String propertyPath)
|
|
Metadata |
JPAAnnotationMetadata.getIdType()
|
|
Metadata |
JPAAnnotationCollectionMetadata.getIdType()
|
|
static
|
JPAAnnotationMetadata.getMetadata(Type type)
|
|
Metadata |
JPAAnnotationMetadata.getPropertyType(String property)
|
|
Metadata |
JPAAnnotationCollectionMetadata.getPropertyType(String property)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||