|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractComponentType | |
net.sf.hibernate.collection | |
net.sf.hibernate.expression | |
net.sf.hibernate.persister | |
net.sf.hibernate.type |
Uses of AbstractComponentType in net.sf.hibernate.collection |
Constructors in net.sf.hibernate.collection with parameters of type AbstractComponentType | |
CompositeElementPropertyMapping(String[] elementColumns,
AbstractComponentType compositeType,
SessionFactoryImplementor factory)
|
Uses of AbstractComponentType in net.sf.hibernate.expression |
Methods in net.sf.hibernate.expression with parameters of type AbstractComponentType | |
protected void |
Example.addComponentTypedValues(String path,
Object component,
AbstractComponentType type,
List list)
|
protected void |
Example.appendComponentCondition(String path,
Object component,
AbstractComponentType type,
Class persistentClass,
String alias,
Map aliasClasses,
SessionFactoryImplementor sessionFactory,
StringBuffer buf)
|
Uses of AbstractComponentType in net.sf.hibernate.persister |
Methods in net.sf.hibernate.persister with parameters of type AbstractComponentType | |
protected void |
AbstractPropertyMapping.initComponentPropertyPaths(String path,
AbstractComponentType type,
String[] columns,
SessionFactoryImplementor factory)
|
Uses of AbstractComponentType in net.sf.hibernate.type |
Classes in net.sf.hibernate.type that implement AbstractComponentType | |
class |
ComponentType
Handles "component" mappings |
class |
CompositeCustomType
Adapts CompositeUserType to Type interface |
class |
DynamicComponentType
Handles "dynamic" components, represented as Maps |
class |
ObjectType
Handles "any" mappings and the old deprecated "object" type |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |