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