Class DefaultExportableEntityInfo
java.lang.Object
com.atlassian.confluence.impl.backuprestore.hibernate.DefaultExportableEntityInfo
- All Implemented Interfaces:
ExportableEntityInfo
Represent hibernate entity that has to be exported.
Contains information about its fields and references.
- Since:
- 7.20.0
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultExportableEntityInfo
(org.hibernate.persister.entity.AbstractEntityPersister entityPersister, org.hibernate.SessionFactory sessionFactory) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Class<?>
org.hibernate.type.Type
getHibernateTypeByFieldName
(String propertyName) getId()
org.hibernate.id.IdentifierGenerator
int
hashCode()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfo
getAllExternalReferences, getPersistableFields
-
Constructor Details
-
DefaultExportableEntityInfo
public DefaultExportableEntityInfo(org.hibernate.persister.entity.AbstractEntityPersister entityPersister, org.hibernate.SessionFactory sessionFactory)
-
-
Method Details
-
getFields
- Specified by:
getFields
in interfaceExportableEntityInfo
-
getEntityClass
- Specified by:
getEntityClass
in interfaceExportableEntityInfo
-
getId
- Specified by:
getId
in interfaceExportableEntityInfo
-
getTableName
- Specified by:
getTableName
in interfaceExportableEntityInfo
-
getDiscriminatorColumnName
- Specified by:
getDiscriminatorColumnName
in interfaceExportableEntityInfo
-
getDiscriminatorValue
- Specified by:
getDiscriminatorValue
in interfaceExportableEntityInfo
-
getIdentifierGenerator
public org.hibernate.id.IdentifierGenerator getIdentifierGenerator()- Specified by:
getIdentifierGenerator
in interfaceExportableEntityInfo
-
equals
-
hashCode
public int hashCode() -
getHibernateTypeByFieldName
- Specified by:
getHibernateTypeByFieldName
in interfaceExportableEntityInfo
-