Class JPATypeExtension
java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
org.apache.syncope.core.persistence.jpa.entity.group.JPATypeExtension
- All Implemented Interfaces:
Serializable,Entity,TypeExtension
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(AnyTypeClass auxClass) List<? extends AnyTypeClass> getGroup()voidsetAnyType(AnyType anyType) voidMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Field Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPATypeExtension
public JPATypeExtension()
-
-
Method Details
-
getGroup
- Specified by:
getGroupin interfaceTypeExtension
-
setGroup
- Specified by:
setGroupin interfaceTypeExtension
-
getAnyType
- Specified by:
getAnyTypein interfaceTypeExtension
-
setAnyType
- Specified by:
setAnyTypein interfaceTypeExtension
-
add
- Specified by:
addin interfaceTypeExtension
-
getAuxClasses
- Specified by:
getAuxClassesin interfaceTypeExtension
-