Uses of Class
org.hibernate.boot.cfgxml.spi.MappingReference.Type
-
Packages that use MappingReference.Type Package Description org.hibernate.boot.cfgxml.spi -
-
Uses of MappingReference.Type in org.hibernate.boot.cfgxml.spi
Methods in org.hibernate.boot.cfgxml.spi that return MappingReference.Type Modifier and Type Method Description MappingReference.Type
MappingReference. getType()
static MappingReference.Type
MappingReference.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MappingReference.Type[]
MappingReference.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.boot.cfgxml.spi with parameters of type MappingReference.Type Constructor Description MappingReference(MappingReference.Type type, java.lang.String reference)
-