Uses of Class
com.atlassian.confluence.impl.hibernate.HibernateUserType
-
-
Uses of HibernateUserType in com.atlassian.confluence.core
Subclasses of HibernateUserType in com.atlassian.confluence.core Modifier and Type Class Description classBodyTypeUserTypeA UserType implementation for the BodyType enum. -
Uses of HibernateUserType in com.atlassian.confluence.core.persistence.hibernate
Subclasses of HibernateUserType in com.atlassian.confluence.core.persistence.hibernate Modifier and Type Class Description classContentTypeEnumUserTypeConvertsContentTypeEnums to and from strings in the DB.classInstantTypeHibernate 2 mapping type for the new java 8Instantclass. -
Uses of HibernateUserType in com.atlassian.confluence.impl.journal
Subclasses of HibernateUserType in com.atlassian.confluence.impl.journal Modifier and Type Class Description classJournalIdentifierUserTypeConvertsJournalIdentifiers to and from strings in the DB. -
Uses of HibernateUserType in com.atlassian.confluence.impl.user.crowd.hibernate.types
Subclasses of HibernateUserType in com.atlassian.confluence.impl.user.crowd.hibernate.types Modifier and Type Class Description classApplicationPersistentTypeclassDirectoryPersistentTypeclassEnumPersistentType<T extends Enum>Hibernate custom type for enumerated types since Hibernate 2 does not handle Java enumerations transparently (or at least it does, but by trying to persist their binary serialization, which is sort of broken).classGroupPersistentTypeclassMembershipPersistentTypeHibernate custom type for MembershipType since Hibernate 2 does not handle Java enumerations transparently (or at least it does, but by trying to persist their binary serialization, which is sort of broken)classOperationPersistentTypeclassSynchronisationStatusKeyPersistentType -
Uses of HibernateUserType in com.atlassian.confluence.internal.relations.dao.hibernate
Subclasses of HibernateUserType in com.atlassian.confluence.internal.relations.dao.hibernate Modifier and Type Class Description classRelatableEntityTypeEnumUserTypeConvertsRelatableEntityTypeEnums to and from strings in the DB. -
Uses of HibernateUserType in com.atlassian.confluence.labels.persistence.dao.hibernate
Subclasses of HibernateUserType in com.atlassian.confluence.labels.persistence.dao.hibernate Modifier and Type Class Description classNamespaceUserType -
Uses of HibernateUserType in com.atlassian.confluence.spaces.persistence.dao.hibernate
Subclasses of HibernateUserType in com.atlassian.confluence.spaces.persistence.dao.hibernate Modifier and Type Class Description classSpaceStatusUserTypeclassSpaceTypeUserType -
Uses of HibernateUserType in com.atlassian.confluence.user.persistence.dao.hibernate
Subclasses of HibernateUserType in com.atlassian.confluence.user.persistence.dao.hibernate Modifier and Type Class Description classUserKeyUserTypeA Hibernate 5UserTypewhich allowsUserKeyobjects to be persisted as mapped properties. -
Uses of HibernateUserType in com.atlassian.crowd.embedded.hibernate2.types
Subclasses of HibernateUserType in com.atlassian.crowd.embedded.hibernate2.types Modifier and Type Class Description classApplicationPersistentTypeDeprecated.since 7.17.0, useApplicationPersistentTypeinsteadclassDirectoryPersistentTypeDeprecated.since 7.17.0, useDirectoryPersistentTypeinsteadclassGroupPersistentTypeDeprecated.since 7.17.0, useGroupPersistentTypeinsteadclassMembershipPersistentTypeDeprecated.since 7.17.0, useMembershipPersistentTypeinsteadclassOperationPersistentTypeDeprecated.since 7.17.0, useOperationPersistentTypeinstead
-