-
Enhancement
-
Resolution: Done
-
Major
-
PLINK_2.6.0.Final
-
None
Today, users need to specify all JPA entities when providing the configuration to the JPA identity store, as follows:
stores().jpa()
.mappedEntity(
AccountTypeEntity.class,
RoleTypeEntity.class,
GroupTypeEntity.class,
IdentityTypeEntity.class,
RelationshipTypeEntity.class,
RelationshipIdentityTypeEntity.class,
PartitionTypeEntity.class,
PasswordCredentialTypeEntity.class,
AttributeTypeEntity.class)
The idea is make the configuration even easier and just use:
stores().jpa()
Entities will be automatically scanned and configured if user has not set any entities by his own.
- relates to
-
PLINK-538 Use default EntityManager if no @PicketLink-qualified producer is available
-
- Resolved
-