Uses of Interface
org.hibernate.usertype.UserCollectionType

Packages that use UserCollectionType
org.hibernate.test.usercollection.basic   
org.hibernate.test.usercollection.parameterized   
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
 

Uses of UserCollectionType in org.hibernate.test.usercollection.basic
 

Classes in org.hibernate.test.usercollection.basic that implement UserCollectionType
 class MyListType
           
 

Uses of UserCollectionType in org.hibernate.test.usercollection.parameterized
 

Classes in org.hibernate.test.usercollection.parameterized that implement UserCollectionType
 class DefaultableListType
          Our Hibernate type-system extension for defining our specialized collection contract.
 

Uses of UserCollectionType in org.hibernate.type
 

Methods in org.hibernate.type that return UserCollectionType
 UserCollectionType CustomCollectionType.getUserType()
           
 



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