Uses of Class
org.hibernate.processor.xml.XmlMetaEntity
Packages that use XmlMetaEntity
Package
Description
Implementation of the model classes backed by annotations.
-
Uses of XmlMetaEntity in org.hibernate.processor.xml
Constructors in org.hibernate.processor.xml with parameters of type XmlMetaEntityModifierConstructorDescriptionXmlMetaCollection
(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)