public class HibernateDialectPropertyType
extends dk.heick.properties.types.ClassnamePropertyType
Dialect
,
Serialized FormModifier and Type | Field and Description |
---|---|
static String |
TYPE
The type name string constant of HibernateDialectPropertyType.
|
Constructor and Description |
---|
HibernateDialectPropertyType()
Create a Hibernate Dialect PropertyType with
null as default value. |
HibernateDialectPropertyType(Class<? extends org.hibernate.dialect.Dialect> defaultValue)
Create a Hibernate Dialect PropertyType with a default value.
|
getMustExtend, getMustImplement, getRestrictions, setMustExtend, setMustImplement, toString, validateValue
equals, getDefaultValue, getDefaultValueAsString, getDefaultValueDescription, getDescription, getDescription, getInitializationPriority, getIo, getLogger, getTypeName, hasDefaultValue, isDefaultValueValid, postGetValueProcessing, setDefaultValue, setInitializationPriority, setIo, setTypedValue, setTypeName, toType, validate, validateConstraints, validateNullType
public static final String TYPE
public HibernateDialectPropertyType()
null
as default value.public HibernateDialectPropertyType(Class<? extends org.hibernate.dialect.Dialect> defaultValue)
defaultValue
- the default Dialect value.