| Package | Description |
|---|---|
| com.googlecode.genericdao.search | |
| com.googlecode.genericdao.search.jpa |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JPAAnnotationCollectionMetadata |
class |
JPAAnnotationMetadata |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
JPAAnnotationMetadataUtil.get(Class<?> klass) |
Metadata |
JPAAnnotationMetadataUtil.get(Class<?> rootEntityClass,
String propertyPath) |
Metadata |
JPAAnnotationMetadata.getIdType() |
Metadata |
JPAAnnotationCollectionMetadata.getIdType() |
static <T> Metadata |
JPAAnnotationMetadata.getMetadata(Type type) |
Metadata |
JPAAnnotationMetadata.getPropertyType(String property) |
Metadata |
JPAAnnotationCollectionMetadata.getPropertyType(String property) |
Copyright © 2008-2013. All Rights Reserved.