Class Contactmethods
- java.lang.Object
-
- de.alpharogroup.db.entity.base.UniqueableEntity<java.util.UUID>
-
- de.alpharogroup.db.entity.uniqueable.UUIDEntity
-
- de.alpharogroup.user.auth.jpa.entities.Contactmethods
-
- All Implemented Interfaces:
de.alpharogroup.db.entity.identifiable.Identifiable<java.util.UUID>
@Entity public class Contactmethods extends de.alpharogroup.db.entity.uniqueable.UUIDEntityThe entity classContactmethodsis keeping the information for the contact methods and the corresponding value.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.alpharogroup.db.entity.uniqueable.UUIDEntity
de.alpharogroup.db.entity.uniqueable.UUIDEntity.UUIDEntityBuilder<C extends de.alpharogroup.db.entity.uniqueable.UUIDEntity,B extends de.alpharogroup.db.entity.uniqueable.UUIDEntity.UUIDEntityBuilder<C,B>>
-
Nested classes/interfaces inherited from class de.alpharogroup.db.entity.base.UniqueableEntity
de.alpharogroup.db.entity.base.UniqueableEntity.UniqueableEntityBuilder<PK extends java.io.Serializable,C extends de.alpharogroup.db.entity.base.UniqueableEntity<PK>,B extends de.alpharogroup.db.entity.base.UniqueableEntity.UniqueableEntityBuilder<PK,C,B>>
-
-
Constructor Summary
Constructors Constructor Description Contactmethods()
-