Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.metamodel.spi | |
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 |
---|---|
void |
Configuration.registerTypeOverride(CompositeUserType type,
String[] keys) |
Modifier and Type | Method and Description |
---|---|
void |
TypeContributions.contributeType(CompositeUserType type,
String[] keys) |
Modifier and Type | Method and Description |
---|---|
CompositeUserType |
CompositeCustomType.getUserType() |
Modifier and Type | Method and Description |
---|---|
void |
BasicTypeRegistry.register(CompositeUserType type,
String[] keys) |
void |
TypeResolver.registerTypeOverride(CompositeUserType type,
String[] keys) |
Modifier and Type | Method and Description |
---|---|
CompositeCustomType |
TypeFactory.customComponent(Class<CompositeUserType> typeClass,
Properties parameters) |
static CompositeCustomType |
TypeFactory.customComponent(Class<CompositeUserType> typeClass,
Properties parameters,
TypeFactory.TypeScope scope)
Deprecated.
Only for use temporary use by
Hibernate |
Constructor and Description |
---|
CompositeCustomType(CompositeUserType userType) |
CompositeCustomType(CompositeUserType userType,
String[] registrationKeys) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.