Package | Description |
---|---|
org.hibernate.metamodel.model.domain.spi | |
org.hibernate.tuple.entity | |
org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
Modifier and Type | Method and Description |
---|---|
ComponentType |
EmbeddedTypeDescriptor.getHibernateType() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
AbstractEntityTuplizer.getComponentValue(ComponentType type,
java.lang.Object component,
java.lang.String propertyPath)
Extract a component property value.
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedComponentType |
Modifier and Type | Method and Description |
---|---|
ComponentType |
TypeFactory.component(ComponentMetamodel metamodel)
Deprecated.
|
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.