|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerializableEnum | |
---|---|
ch.elca.el4j.services.persistence.hibernate.usertypes | |
ch.elca.el4j.util.codelist |
Uses of SerializableEnum in ch.elca.el4j.services.persistence.hibernate.usertypes |
---|
Fields in ch.elca.el4j.services.persistence.hibernate.usertypes with type parameters of type SerializableEnum | |
---|---|
protected Class<? extends SerializableEnum> |
AbstractGenericEnumUserType.m_enumClass
Is the enum class. |
protected Map<Object,SerializableEnum<?>> |
AbstractGenericEnumUserType.m_valueMapping
The precomputed mapping of persisted value and enum. |
Methods in ch.elca.el4j.services.persistence.hibernate.usertypes that return SerializableEnum | |
---|---|
protected SerializableEnum<?>[] |
AbstractGenericEnumUserType.getEnumValues()
|
Uses of SerializableEnum in ch.elca.el4j.util.codelist |
---|
Subinterfaces of SerializableEnum in ch.elca.el4j.util.codelist | |
---|---|
interface |
Codelist
Interface to be implemented by java enums which represent codelists. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |