Uses of Class
org.hibernate.type.CompositeCustomType
-
Packages that use CompositeCustomType Package Description org.hibernate.type -
-
Uses of CompositeCustomType in org.hibernate.type
Methods in org.hibernate.type that return CompositeCustomType Modifier and Type Method Description CompositeCustomType
TypeFactory. customComponent(java.lang.Class<CompositeUserType> typeClass, java.util.Properties parameters)
Deprecated.static CompositeCustomType
TypeFactory. customComponent(java.lang.Class<CompositeUserType> typeClass, java.util.Properties parameters, TypeFactory.TypeScope scope)
Deprecated.Only for use temporary use byHibernate
-