Package | Description |
---|---|
org.datanucleus.store.ldap.fieldmanager |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedMappingStrategy
Mapping strategy for embedded objects.
|
class |
RelationByAttributeStrategy
Mapping strategy for relationship mapping by attribute.
|
class |
RelationByDnStrategy
Mapping strategy for relationship mapping by DN.
|
class |
RelationByHierarchyStrategy
Mapping strategy for hierarchical mapping of relationships.
|
class |
SimpleArrayMappingStrategy
Mapping strategy for arrays of simple types like primitives, Strings, wrappers of primitives, and objects with an
ObjectStringConverter.
|
class |
SimpleCollectionMappingStrategy |
class |
SimpleMappingStrategy
Mapping strategy for simple types like primitives, Strings, wrappers of primitives, and objects with an
ObjectStringConverter.
|
Modifier and Type | Method and Description |
---|---|
static AbstractMappingStrategy |
MappingStrategyHelper.findMappingStrategy(org.datanucleus.store.StoreManager storeMgr,
org.datanucleus.state.ObjectProvider op,
org.datanucleus.metadata.AbstractMemberMetaData mmd,
Attributes attributes)
Finds the mapping strategy for the specified field of the state manager.
|
Copyright © 2020. All rights reserved.