Uses of Class
org.hibernate.tuple.TuplizerLookup

Packages that use TuplizerLookup
org.hibernate.tuple   
org.hibernate.type   
 

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)