|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TuplizerLookup | |
org.hibernate.tuple | This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes. |
org.hibernate.type | A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. |
Uses of TuplizerLookup in org.hibernate.tuple |
Methods in org.hibernate.tuple that return TuplizerLookup | |
static TuplizerLookup |
TuplizerLookup.create(PersistentClass mappedEntity,
EntityMetamodel em)
Generate a TuplizerLookup based on the given entity mapping and metamodel definitions. |
static TuplizerLookup |
TuplizerLookup.create(Component component)
Generate a TuplizerLookup based on the given component mapping definition. |
Uses of TuplizerLookup in org.hibernate.type |
Fields in org.hibernate.type declared as TuplizerLookup | |
protected TuplizerLookup |
ComponentType.tuplizers
|
Constructors in org.hibernate.type with parameters of type TuplizerLookup | |
EmbeddedComponentType(String[] propertyNames,
Type[] propertyTypes,
boolean[] nullabilities,
FetchMode[] joinedFetch,
CascadeStyle[] cascade,
boolean key,
TuplizerLookup tuplizers)
|
|
ComponentType(String[] propertyNames,
Type[] propertyTypes,
boolean[] nullabilities,
FetchMode[] joinedFetch,
CascadeStyle[] cascade,
boolean key,
TuplizerLookup tuplizers)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |