Java org.hibernate.type CollectionType fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.type CollectionType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.type CollectionType.

The text is from its open source code.

Field

Method

StringgetAssociatedEntityName(SessionFactoryImplementor factory)
TypegetElementType(SessionFactoryImplementor factory)
Get the Hibernate type of the collection elements
ForeignKeyDirectiongetForeignKeyDirection()
StringgetRole()
booleanisCollectionType()
PersistentCollectionwrap(SharedSessionContractImplementor session, Object collection)
Wrap the naked collection instance in a wrapper, or instantiate a holder.