Package | Description |
---|---|
org.hibernate.loader.plan.build.internal.returns |
Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan.
|
org.hibernate.persister.walking.internal | |
org.hibernate.persister.walking.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 |
---|---|
AnyType |
AnyAttributeFetchImpl.getFetchedType() |
Modifier and Type | Method and Description |
---|---|
AnyType |
StandardAnyTypeDefinition.getType() |
Constructor and Description |
---|
StandardAnyTypeDefinition(AnyType anyType,
boolean definedAsLazy) |
Modifier and Type | Method and Description |
---|---|
AnyType |
AnyMappingDefinition.getType()
Access to the mapping's AnyType
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectType
Specific adaptation of the "any" type to the old deprecated "object" type
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.