Uses of Class
org.hibernate.type.AnyType
-
Packages that use AnyType Package Description org.hibernate.persister.walking.spi org.hibernate.type -
-
Uses of AnyType in org.hibernate.persister.walking.spi
Methods in org.hibernate.persister.walking.spi that return AnyType Modifier and Type Method Description AnyTypeAnyMappingDefinition. getType()Access to the mapping's AnyType -
Uses of AnyType in org.hibernate.type
Subclasses of AnyType in org.hibernate.type Modifier and Type Class Description classObjectTypeSpecific adaptation of the "any" type to the old deprecated "object" type
-