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 |
---|---|
protected TypeFactory.TypeScope |
EntityType.scope() |
Modifier and Type | Method and Description |
---|---|
static CustomType |
TypeFactory.custom(Class<UserType> typeClass,
Properties parameters,
TypeFactory.TypeScope scope)
Deprecated.
Only for use temporary use by
Hibernate |
static CompositeCustomType |
TypeFactory.customComponent(Class<CompositeUserType> typeClass,
Properties parameters,
TypeFactory.TypeScope scope)
Deprecated.
Only for use temporary use by
Hibernate |
Constructor and Description |
---|
ArrayType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef,
Class elementClass) |
ArrayType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef,
Class elementClass,
boolean isEmbeddedInXML)
Deprecated.
Use
ArrayType.ArrayType(TypeFactory.TypeScope, String, String, Class ) instead.
See Jira issue: HHH-7771 |
BagType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef) |
BagType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef,
boolean isEmbeddedInXML)
Deprecated.
Use
BagType.BagType(TypeFactory.TypeScope, String, String )
See Jira issue: HHH-7771 |
CollectionType(TypeFactory.TypeScope typeScope,
String role,
String foreignKeyPropertyName) |
CollectionType(TypeFactory.TypeScope typeScope,
String role,
String foreignKeyPropertyName,
boolean isEmbeddedInXML)
Deprecated.
Use
CollectionType.CollectionType(TypeFactory.TypeScope, String, String) instead
See Jira issue: HHH-7771 |
ComponentType(TypeFactory.TypeScope typeScope,
ComponentMetamodel metamodel) |
CustomCollectionType(TypeFactory.TypeScope typeScope,
Class userTypeClass,
String role,
String foreignKeyPropertyName) |
CustomCollectionType(TypeFactory.TypeScope typeScope,
Class userTypeClass,
String role,
String foreignKeyPropertyName,
boolean isEmbeddedInXML)
Deprecated.
Use
CustomCollectionType.CustomCollectionType(TypeFactory.TypeScope, Class, String, String ) instead.
See Jira issue: HHH-7771 |
EmbeddedComponentType(TypeFactory.TypeScope typeScope,
ComponentMetamodel metamodel) |
EntityType(TypeFactory.TypeScope scope,
String entityName,
boolean referenceToPrimaryKey,
String uniqueKeyPropertyName,
boolean eager,
boolean unwrapProxy)
Constructs the requested entity type mapping.
|
EntityType(TypeFactory.TypeScope scope,
String entityName,
String uniqueKeyPropertyName,
boolean eager,
boolean unwrapProxy)
|
EntityType(TypeFactory.TypeScope scope,
String entityName,
String uniqueKeyPropertyName,
boolean eager,
boolean isEmbeddedInXML,
boolean unwrapProxy)
Deprecated.
Use
EntityType.EntityType(org.hibernate.type.TypeFactory.TypeScope, String, boolean, String, boolean, boolean) instead.
See Jira issue: HHH-7771 |
IdentifierBagType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef) |
IdentifierBagType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef,
boolean isEmbeddedInXML)
Deprecated.
|
ListType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef) |
ListType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef,
boolean isEmbeddedInXML)
Deprecated.
Use
ListType.ListType(org.hibernate.type.TypeFactory.TypeScope, String, String)
See Jira issue: HHH-7771 |
ManyToOneType(TypeFactory.TypeScope scope,
String referencedEntityName)
Creates a many-to-one association type with the given referenced entity.
|
ManyToOneType(TypeFactory.TypeScope scope,
String referencedEntityName,
boolean lazy)
Creates a many-to-one association type with the given referenced entity and the
given laziness characteristic
|
ManyToOneType(TypeFactory.TypeScope scope,
String referencedEntityName,
boolean referenceToPrimaryKey,
String uniqueKeyPropertyName,
boolean lazy,
boolean unwrapProxy,
boolean ignoreNotFound,
boolean isLogicalOneToOne) |
ManyToOneType(TypeFactory.TypeScope scope,
String referencedEntityName,
String uniqueKeyPropertyName,
boolean lazy,
boolean unwrapProxy,
boolean ignoreNotFound,
boolean isLogicalOneToOne)
Deprecated.
Use
ManyToOneType.ManyToOneType(TypeFactory.TypeScope, String, boolean, String, boolean, boolean, boolean, boolean ) instead.
See Jira issue: HHH-7771 |
ManyToOneType(TypeFactory.TypeScope scope,
String referencedEntityName,
String uniqueKeyPropertyName,
boolean lazy,
boolean unwrapProxy,
boolean isEmbeddedInXML,
boolean ignoreNotFound,
boolean isLogicalOneToOne)
|
MapType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef) |
MapType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef,
boolean isEmbeddedInXML)
Deprecated.
Use
MapType.MapType(TypeFactory.TypeScope, String, String ) instead.
See Jira issue: HHH-7771 |
OneToOneType(TypeFactory.TypeScope scope,
String referencedEntityName,
ForeignKeyDirection foreignKeyType,
boolean referenceToPrimaryKey,
String uniqueKeyPropertyName,
boolean lazy,
boolean unwrapProxy,
String entityName,
String propertyName) |
OneToOneType(TypeFactory.TypeScope scope,
String referencedEntityName,
ForeignKeyDirection foreignKeyType,
String uniqueKeyPropertyName,
boolean lazy,
boolean unwrapProxy,
boolean isEmbeddedInXML,
String entityName,
String propertyName)
Deprecated.
|
OneToOneType(TypeFactory.TypeScope scope,
String referencedEntityName,
ForeignKeyDirection foreignKeyType,
String uniqueKeyPropertyName,
boolean lazy,
boolean unwrapProxy,
String entityName,
String propertyName)
|
OrderedMapType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef) |
OrderedMapType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef,
boolean isEmbeddedInXML)
Deprecated.
Use
OrderedMapType.OrderedMapType(TypeFactory.TypeScope, String, String) instead.
instead.
See Jira issue: HHH-7771 |
OrderedSetType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef) |
OrderedSetType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef,
boolean isEmbeddedInXML)
Deprecated.
Use
OrderedSetType.OrderedSetType(org.hibernate.type.TypeFactory.TypeScope, String, String)
instead.
See Jira issue: HHH-7771 |
SetType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef) |
SetType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef,
boolean isEmbeddedInXML)
Deprecated.
Use
SetType.SetType(org.hibernate.type.TypeFactory.TypeScope, String, String) instead.
See Jira issue: HHH-7771 |
SortedMapType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef,
Comparator comparator) |
SortedMapType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef,
Comparator comparator,
boolean isEmbeddedInXML)
Deprecated.
Use
SortedMapType.SortedMapType(org.hibernate.type.TypeFactory.TypeScope, String, String, java.util.Comparator)
instead.
See Jira issue: HHH-7771 |
SortedSetType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef,
Comparator comparator) |
SortedSetType(TypeFactory.TypeScope typeScope,
String role,
String propertyRef,
Comparator comparator,
boolean isEmbeddedInXML)
Deprecated.
Use
SortedSetType.SortedSetType(org.hibernate.type.TypeFactory.TypeScope, String, String, java.util.Comparator)
instead.
See Jira issue: HHH-7771 |
SpecialOneToOneType(TypeFactory.TypeScope scope,
String referencedEntityName,
ForeignKeyDirection foreignKeyType,
boolean referenceToPrimaryKey,
String uniqueKeyPropertyName,
boolean lazy,
boolean unwrapProxy,
String entityName,
String propertyName) |
SpecialOneToOneType(TypeFactory.TypeScope scope,
String referencedEntityName,
ForeignKeyDirection foreignKeyType,
String uniqueKeyPropertyName,
boolean lazy,
boolean unwrapProxy,
String entityName,
String propertyName)
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.