Class HibernateField
java.lang.Object
com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final boolean
static final boolean
-
Constructor Summary
ConstructorsConstructorDescriptionHibernateField
(HibernateField.Type type, String propertyName, String[] columnNames, Class<?> referencedClass, boolean nullable) HibernateField
(List<HibernateField.Type> types, List<String> propertyNames, String[] columnNames, Class<?> referencedClass, boolean nullable) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getIdPropertyType
(String columnName) getPropertyName
(String columnName) Class
<?> getType()
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
public HibernateField(HibernateField.Type type, String propertyName, String[] columnNames, Class<?> referencedClass, boolean nullable) -
HibernateField
-
-
Method Details
-
getPropertyName
-
getPropertyName
-
getIdPropertyType
-
getColumnNames
-
getReferencedClass
-
getSingleColumnName
-
equals
-
hashCode
public int hashCode() -
getTypes
-
getType
-
isNullable
public boolean isNullable() -
getPropertyNames
-
toString
-