| Package | Description |
|---|---|
| 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 |
TypeFactory.component(ComponentMetamodel metamodel)
Deprecated.
|
EmbeddedComponentType |
TypeFactory.embeddedComponent(ComponentMetamodel metamodel)
Deprecated.
|
| Constructor and Description |
|---|
ComponentType(ComponentMetamodel metamodel) |
ComponentType(TypeFactory.TypeScope typeScope,
ComponentMetamodel metamodel)
Deprecated.
Use the other constructor
|
EmbeddedComponentType(ComponentMetamodel metamodel) |
EmbeddedComponentType(TypeFactory.TypeScope typeScope,
ComponentMetamodel metamodel)
Deprecated.
Use the other constructor
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.