Package | Description |
---|---|
org.picketlink.idm.jpa.internal.mappers |
Modifier and Type | Method and Description |
---|---|
EntityMapping |
IdentityTypeMapper.configure(Class<?> supportedTypes,
Class<?> entityType) |
EntityMapping |
AbstractAttributedTypeMapper.configure(Class<?> managedType,
Class<?> entityType) |
protected abstract EntityMapping |
AbstractIdentityManagedMapper.configure(Class<?> supportedType,
Class<?> entityType) |
EntityMapping |
PartitionMapper.configure(Class<?> managedType,
Class<?> entityType) |
EntityMapping |
AttributedValueMapper.configure(Class<?> managedType,
Class<?> entityType) |
EntityMapping |
NamedMappedAttribute.configure(Class<?> supportedType,
Class<?> entityType) |
EntityMapping |
RelationshipMapper.configure(Class<?> managedType,
Class<?> entityType) |
EntityMapping |
EntityMapper.getMappingsFor(Class<?> attributedType) |
Modifier and Type | Method and Description |
---|---|
List<EntityMapping> |
AbstractModelMapper.createMapping(Class<?> entityType) |
List<EntityMapping> |
ModelMapper.createMapping(Class<?> entityType) |
protected List<EntityMapping> |
AttributeTypeMapper.doCreateMapping(Class<?> entityType) |
protected List<EntityMapping> |
PermissionMapper.doCreateMapping(Class<?> entityType) |
protected abstract List<EntityMapping> |
AbstractModelMapper.doCreateMapping(Class<?> entityType) |
protected List<EntityMapping> |
RelationshipIdentityMapper.doCreateMapping(Class<?> entityType) |
protected List<EntityMapping> |
AbstractIdentityManagedMapper.doCreateMapping(Class<?> entityType) |
List<EntityMapping> |
ManagedCredentialAttributeMapper.doCreateMapping(Class<?> entityType) |
List<EntityMapping> |
EntityMapper.getEntityMappings() |
Copyright © 2018. All rights reserved.