Uses of Interface
org.hibernate.type.spi.CompositeTypeImplementor
-
Packages that use CompositeTypeImplementor Package Description org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types. -
-
Uses of CompositeTypeImplementor in org.hibernate.type
Classes in org.hibernate.type that implement CompositeTypeImplementor Modifier and Type Class Description class
ComponentType
Handles embedded mappings.class
EmbeddedComponentType
class
UserComponentType<T>
HandlesCompositeUserType
s.
-