Package com.db4o.internal.ids
Class StandardIdSystemFactory
- java.lang.Object
- 
- com.db4o.internal.ids.StandardIdSystemFactory
 
- 
 public class StandardIdSystemFactory extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static byteCUSTOMstatic byteDEFAULTstatic byteIN_MEMORYstatic byteLEGACYstatic bytePOINTER_BASEDstatic byteSINGLE_BTREEstatic byteSTACKED_BTREE
 - 
Constructor SummaryConstructors Constructor Description StandardIdSystemFactory()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static IdSystemnewInstance(LocalObjectContainer localContainer)
 
- 
- 
- 
Field Detail- 
LEGACYpublic static final byte LEGACY - See Also:
- Constant Field Values
 
 - 
POINTER_BASEDpublic static final byte POINTER_BASED - See Also:
- Constant Field Values
 
 - 
STACKED_BTREEpublic static final byte STACKED_BTREE - See Also:
- Constant Field Values
 
 - 
DEFAULTpublic static final byte DEFAULT - See Also:
- Constant Field Values
 
 - 
IN_MEMORYpublic static final byte IN_MEMORY - See Also:
- Constant Field Values
 
 - 
CUSTOMpublic static final byte CUSTOM - See Also:
- Constant Field Values
 
 - 
SINGLE_BTREEpublic static final byte SINGLE_BTREE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
newInstancepublic static IdSystem newInstance(LocalObjectContainer localContainer) 
 
- 
 
-