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.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.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.