Class HibernateField
java.lang.Object
com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
Information about Hibernate field.
- Since:
- 7.20.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final boolean
static final boolean
-
Constructor Summary
ConstructorsConstructorDescriptionHibernateField
(List<org.hibernate.type.Type> types, List<String> propertyNames, String[] columnNames, Class<?> referencedClass) Deprecated.since 8.3.0HibernateField
(List<org.hibernate.type.Type> types, List<String> propertyNames, String[] columnNames, Class<?> referencedClass, boolean nullable) HibernateField
(org.hibernate.type.Type type, String propertyName, String[] columnNames, Class<?> referencedClass) Deprecated.since 8.3.0HibernateField
(org.hibernate.type.Type type, String propertyName, String[] columnNames, Class<?> referencedClass, boolean nullable) -
Method Summary
Modifier and TypeMethodDescriptionboolean
org.hibernate.type.Type
getIdPropertyType
(String columnName) getPropertyName
(String columnName) Class<?>
org.hibernate.type.Type
getType()
List<org.hibernate.type.Type>
getTypes()
int
hashCode()
boolean
toString()
-
Field Details
-
NULLABLE_COLUMN
public static final boolean NULLABLE_COLUMN- See Also:
-
NOT_NULLABLE_COLUMN
public static final boolean NOT_NULLABLE_COLUMN- See Also:
-
-
Constructor Details
-
HibernateField
@Deprecated public HibernateField(org.hibernate.type.Type type, String propertyName, String[] columnNames, Class<?> referencedClass) Deprecated.since 8.3.0 -
HibernateField
public HibernateField(org.hibernate.type.Type type, String propertyName, String[] columnNames, Class<?> referencedClass, boolean nullable) - Since:
- 8.3.0
-
HibernateField
@Deprecated public HibernateField(List<org.hibernate.type.Type> types, List<String> propertyNames, String[] columnNames, Class<?> referencedClass) Deprecated.since 8.3.0 -
HibernateField
public HibernateField(List<org.hibernate.type.Type> types, List<String> propertyNames, String[] columnNames, Class<?> referencedClass, boolean nullable) - Since:
- 8.3.0
-
-
Method Details
-
getPropertyName
-
getPropertyName
-
getIdPropertyType
-
getColumnNames
-
getReferencedClass
-
getSingleColumnName
-
equals
-
hashCode
public int hashCode() -
getTypes
-
getType
public org.hibernate.type.Type getType() -
isNullable
public boolean isNullable() -
getPropertyNames
-
toString
-