Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.internal | |
org.hibernate.boot.model | |
org.hibernate.boot.spi | |
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 |
---|---|
MetadataBuilder |
MetadataBuilder.applyBasicType(CompositeUserType type,
String... keys)
Register an additional or overridden composite custom type mapping.
|
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
MetadataBuilderImpl.applyBasicType(CompositeUserType type,
String... keys) |
void |
MetadataBuilderImpl.contributeType(CompositeUserType type,
String[] keys) |
Modifier and Type | Method and Description |
---|---|
void |
TypeContributions.contributeType(CompositeUserType type,
String... keys) |
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
AbstractDelegatingMetadataBuilderImplementor.applyBasicType(CompositeUserType type,
String... keys) |
Constructor and Description |
---|
BasicTypeRegistration(CompositeUserType type,
String[] keys) |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.registerTypeOverride(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 © 2017 JBoss by Red Hat. All rights reserved.