Uses of Class
com.atlassian.confluence.impl.user.crowd.hibernate.types.EnumPersistentType
-
Packages that use EnumPersistentType Package Description com.atlassian.confluence.impl.user.crowd.hibernate.types com.atlassian.crowd.embedded.hibernate2.types -
-
Uses of EnumPersistentType in com.atlassian.confluence.impl.user.crowd.hibernate.types
Subclasses of EnumPersistentType in com.atlassian.confluence.impl.user.crowd.hibernate.types Modifier and Type Class Description classApplicationPersistentTypeclassDirectoryPersistentTypeclassGroupPersistentTypeclassMembershipPersistentTypeHibernate 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 EnumPersistentType in com.atlassian.crowd.embedded.hibernate2.types
Subclasses of EnumPersistentType 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
-