Uses of Class
org.hibernate.jpamodelgen.xml.XmlMetaEntity
-
Packages that use XmlMetaEntity Package Description org.hibernate.jpamodelgen.xml Implementation of the model classes backed by annotations. -
-
Uses of XmlMetaEntity in org.hibernate.jpamodelgen.xml
Constructors in org.hibernate.jpamodelgen.xml with parameters of type XmlMetaEntity Constructor Description XmlMetaCollection(XmlMetaEntity parent, String propertyName, String type, String collectionType)
XmlMetaMap(XmlMetaEntity parent, String propertyName, String type, String collectionType, String keyType)
XmlMetaSingleAttribute(XmlMetaEntity parent, String propertyName, String type)
-