public class MappingStrategyHelper extends Object
Constructor and Description |
---|
MappingStrategyHelper() |
Modifier and Type | Method and Description |
---|---|
static AbstractMappingStrategy |
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.
|
static boolean |
isBasicTypeSupported(Class type) |
public static AbstractMappingStrategy findMappingStrategy(org.datanucleus.store.StoreManager storeMgr, org.datanucleus.state.ObjectProvider op, org.datanucleus.metadata.AbstractMemberMetaData mmd, Attributes attributes)
storeMgr
- Store Managerop
- state managermmd
- Metadata for the memberattributes
- the JNDI attributes, either to store or the fetched onespublic static final boolean isBasicTypeSupported(Class type)
Copyright © 2020. All rights reserved.