Uses of Class
org.hibernate.annotations.AnyMetaDef
-
Packages that use AnyMetaDef Package Description org.hibernate.annotations Package containing all the Hibernate specific annotations.org.hibernate.boot.spi -
-
Uses of AnyMetaDef in org.hibernate.annotations
Methods in org.hibernate.annotations that return AnyMetaDef Modifier and Type Method Description AnyMetaDef[]
value()
The collective set of any meta-defs. -
Uses of AnyMetaDef in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return AnyMetaDef Modifier and Type Method Description AnyMetaDef
InFlightMetadataCollector. getAnyMetaDef(java.lang.String anyMetaDefName)
Methods in org.hibernate.boot.spi with parameters of type AnyMetaDef Modifier and Type Method Description void
InFlightMetadataCollector. addAnyMetaDef(AnyMetaDef defAnn)
-