Uses of Interface
org.hibernate.usertype.CompositeUserType

Packages that use CompositeUserType
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.envers.test.entities.customtype   
org.hibernate.test.annotations.entity Test package for metatata facilities It contains an example of filter metadata 
org.hibernate.test.annotations.type   
org.hibernate.test.cut   
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
 

Uses of CompositeUserType in org.hibernate.cfg
 

Methods in org.hibernate.cfg with parameters of type CompositeUserType
 void Configuration.registerTypeOverride(CompositeUserType type, String[] keys)
           
 

Uses of CompositeUserType in org.hibernate.envers.test.entities.customtype
 

Classes in org.hibernate.envers.test.entities.customtype that implement CompositeUserType
 class CompositeTestUserType
           
 

Uses of CompositeUserType in org.hibernate.test.annotations.entity
 

Classes in org.hibernate.test.annotations.entity that implement CompositeUserType
 class MonetaryAmountUserType
           
 

Uses of CompositeUserType in org.hibernate.test.annotations.type
 

Classes in org.hibernate.test.annotations.type that implement CompositeUserType
 class MyOidType
           
 

Uses of CompositeUserType in org.hibernate.test.cut
 

Classes in org.hibernate.test.cut that implement CompositeUserType
 class MonetoryAmountUserType
           
 

Uses of CompositeUserType in org.hibernate.type
 

Methods in org.hibernate.type that return CompositeUserType
 CompositeUserType CompositeCustomType.getUserType()
           
 

Methods in org.hibernate.type with parameters of type CompositeUserType
 void BasicTypeRegistry.register(CompositeUserType type, String[] keys)
           
 void TypeResolver.registerTypeOverride(CompositeUserType type, String[] keys)
           
 

Method parameters in org.hibernate.type with type arguments of type CompositeUserType
 CompositeCustomType TypeFactory.customComponent(Class<CompositeUserType> typeClass, Properties parameters)
           
static CompositeCustomType TypeFactory.customComponent(Class<CompositeUserType> typeClass, Properties parameters, TypeFactory.TypeScope scope)
          Deprecated. Only for use temporary use by Hibernate
 

Constructors in org.hibernate.type with parameters of type CompositeUserType
CompositeCustomType(CompositeUserType userType)
           
CompositeCustomType(CompositeUserType userType, String[] registrationKeys)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.