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

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

Introduction

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

The text is from its open source code.

Implementation

org.hibernate.type.CompositeType has the following implementations.
Click this link to see all its implementation.

Method

FetchModegetFetchMode(int index)
Retrieve the fetch mode of the indicated component property.
String[]getPropertyNames()
Get the names of the component properties
ObjectgetPropertyValue(Object component, int index, SharedSessionContractImplementor session)
Extract a particular component property value indicated by index.
Object[]getPropertyValues(Object component, SharedSessionContractImplementor session)
Extract the values of the component properties from the given component instance
Object[]getPropertyValues(Object component, EntityMode entityMode)
Extract the values of the component properties from the given component instance without access to the session.
Type[]getSubtypes()
Get the types of the component properties