| Package | Description |
|---|---|
| org.hibernate.ejb.metamodel | |
| org.hibernate.hql.ast.tree | |
| 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 |
EmbeddableTypeImpl.getHibernateType() |
| Constructor and Description |
|---|
EmbeddableTypeImpl(java.lang.Class<X> javaType,
AbstractManagedType parent,
ComponentType hibernateType) |
| Modifier and Type | Method and Description |
|---|---|
ComponentType |
ComponentJoin.getComponentType() |
| Modifier and Type | Method and Description |
|---|---|
FromElement |
FromElementFactory.createComponentJoin(ComponentType type) |
| Constructor and Description |
|---|
ComponentJoin(FromClause fromClause,
FromElement origin,
java.lang.String alias,
java.lang.String componentPath,
ComponentType componentType) |
| 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) |
Copyright © 2013. All Rights Reserved.