| Constructor and Description |
|---|
HibernateNonEntityMetadata(org.hibernate.SessionFactory sessionFactory,
org.hibernate.type.Type type,
Class<?> collectionType) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getCollectionClass() |
String |
getEntityName() |
String |
getIdProperty() |
Metadata |
getIdType() |
Serializable |
getIdValue(Object object) |
Class<?> |
getJavaClass() |
String[] |
getProperties() |
Metadata |
getPropertyType(String property) |
Object |
getPropertyValue(Object object,
String property) |
boolean |
isCollection() |
boolean |
isEmeddable() |
boolean |
isEntity() |
boolean |
isNumeric() |
boolean |
isString() |
public HibernateNonEntityMetadata(org.hibernate.SessionFactory sessionFactory,
org.hibernate.type.Type type,
Class<?> collectionType)
public String getIdProperty()
getIdProperty in interface Metadatapublic Serializable getIdValue(Object object)
getIdValue in interface Metadatapublic Class<?> getJavaClass()
getJavaClass in interface Metadatapublic String getEntityName()
getEntityName in interface Metadatapublic String[] getProperties()
getProperties in interface Metadatapublic Metadata getPropertyType(String property)
getPropertyType in interface Metadatapublic Object getPropertyValue(Object object, String property)
getPropertyValue in interface Metadatapublic boolean isCollection()
isCollection in interface Metadatapublic Class<?> getCollectionClass()
getCollectionClass in interface Metadatapublic boolean isEmeddable()
isEmeddable in interface MetadataCopyright © 2008-2013. All Rights Reserved.