org.ofbiz.entity.util |
|
Java Source File Name | Type | Comment |
ByteWrapper.java | Class | A very simple class to wrap a byte array for persistence.
author: David E. |
DistributedCacheClear.java | Interface | Distributed Cache Clear interface definition
author: David E. |
EntityDataLoader.java | Class | Some utility routines for loading seed data.
author: David E. |
EntityFindOptions.java | Class | Contains a number of variables used to select certain advanced finding options.
author: David E. |
EntityListIterator.java | Class | Generic Entity Cursor List Iterator for Handling Cursored DB Results
author: David E. |
EntitySaxReader.java | Class | SAX XML Parser Content Handler for Entity Engine XML files
author: David E. |
EntityTypeUtil.java | Class | Makes it easier to deal with entities that follow the
extensibility pattern and that can be of various types as identified in the database.
author: David E. |
EntityUtil.java | Class | |
SequenceUtil.java | Class | Sequence Utility to get unique sequences from named sequence banks
Uses a collision detection approach to safely get unique sequenced ids in banks from the database
author: David E. |