Package | Description |
---|---|
org.hibernate.type.descriptor.converter |
Support for handling JPA
AttributeConverter instances as part of the
Hibernate Type system. |
org.hibernate.type.descriptor.java |
Modifier and Type | Class and Description |
---|---|
class |
AttributeConverterMutabilityPlanImpl<T>
For now we need to treat attributes to which a converter has been applied as mutable.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayMutabilityPlan<T>
A mutability plan for arrays.
|
static class |
CalendarTypeDescriptor.CalendarMutabilityPlan |
static class |
DateTypeDescriptor.DateMutabilityPlan |
static class |
JdbcDateTypeDescriptor.DateMutabilityPlan |
static class |
JdbcTimestampTypeDescriptor.TimestampMutabilityPlan |
static class |
JdbcTimeTypeDescriptor.TimeMutabilityPlan |
static class |
SerializableTypeDescriptor.SerializableMutabilityPlan<S extends java.io.Serializable> |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.