Uses of Class
org.hibernate.type.ComponentType
-
Packages that use ComponentType Package Description org.hibernate.tuple.entity org.hibernate.type -
-
Uses of ComponentType in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity with parameters of type ComponentType Modifier and Type Method Description protected java.lang.ObjectAbstractEntityTuplizer. getComponentValue(ComponentType type, java.lang.Object component, java.lang.String propertyPath)Extract a component property value. -
Uses of ComponentType in org.hibernate.type
Subclasses of ComponentType in org.hibernate.type Modifier and Type Class Description classEmbeddedComponentTypeMethods in org.hibernate.type that return ComponentType Modifier and Type Method Description ComponentTypeTypeFactory. component(ComponentMetamodel metamodel)Deprecated.
-