|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElementContainerStore.ElementInfo | |
org.jpox.store.rdbms.scostore | This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps) within JPOX. |
Uses of ElementContainerStore.ElementInfo in org.jpox.store.rdbms.scostore |
Fields in org.jpox.store.rdbms.scostore declared as ElementContainerStore.ElementInfo | |
protected ElementContainerStore.ElementInfo[] |
ElementContainerStore.elementInfo
Information for the elements of this container. |
Methods in org.jpox.store.rdbms.scostore that return ElementContainerStore.ElementInfo | |
protected ElementContainerStore.ElementInfo[] |
ElementContainerStore.getElementInformationForClass()
Convenience method to find the element information relating to the element type. |
Methods in org.jpox.store.rdbms.scostore with parameters of type ElementContainerStore.ElementInfo | |
protected int |
ElementContainerStore.populateElementDiscriminatorInStatement(PersistenceManager pm,
java.sql.PreparedStatement ps,
int jdbcPosition,
boolean includeSubclasses,
ElementContainerStore.ElementInfo info)
Convenience method to populate the passed PreparedStatement with the value from the element discriminator, optionally including all subclasses of the element type. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |