@PersistentObjectService(value=org.tentackle.ns.pdo.NumberPool.class) public class NumberPoolPersistenceImpl extends AbstractPersistentObject<NumberPool,NumberPoolPersistenceImpl> implements NumberPoolPersistence
| Modifier and Type | Field and Description |
|---|---|
static PersistentObjectClassVariables<NumberPool,NumberPoolPersistenceImpl> |
CLASSVARIABLES
Variables common to all instances of NumberPoolPersistenceImpl.
|
static String |
CN_DESCRIPTION
database column name for 'description'.
|
static String |
CN_LOWWATERMARK
database column name for 'lowWaterMark'.
|
static String |
CN_NAME
database column name for 'name'.
|
static String |
CN_ONLINE
database column name for 'online'.
|
static String |
CN_REALM
database column name for 'realm'.
|
static String |
CN_REQUESTSIZE
database column name for 'requestSize'.
|
static String |
CN_UPLINK
database column name for 'uplink'.
|
AN_EDITEDBY, AN_EDITEDEXPIRY, AN_EDITEDSINCE, AN_NORMTEXT, AN_ROOTCLASSID, AN_ROOTID, CN_EDITEDBY, CN_EDITEDEXPIRY, CN_EDITEDSINCE, CN_NORMTEXT, CN_ROOTCLASSID, CN_ROOTID, objectIsSnapshot, TX_DELETE_ALL_IN_CONTEXT, TX_SAVE_COPY_IN_CONTEXT, TX_TRANSFER_TOKENLOCKAN_CLASSID, AN_ID, AN_SERIAL, AN_TABLESERIAL, CN_CLASSID, CN_ID, CN_SERIAL, CN_TABLESERIAL, idComparator, nameComparator, nameIdComparator, preparePending, TX_DELETE_LIST, TX_DELETE_MISSING_IN_LIST, TX_DELETE_OBJECT, TX_DUMMY_UPDATE, TX_INSERT_OBJECT, TX_INSERT_PLAIN, TX_SAVE, TX_SAVE_LIST, TX_SYNC, TX_UPDATE_OBJECT, TX_UPDATE_PLAIN, TX_UPDATE_SERIAL, TX_UPDATE_SERIAL_AND_TABLESERIAL, TX_UPDATE_TABLESERIALAN_DESCRIPTION, AN_LOWWATERMARK, AN_NAME, AN_ONLINE, AN_REALM, AN_REQUESTSIZE, AN_UPLINK, CL_NAME, CL_REALM, RN_NUMBERRANGELIST| Constructor and Description |
|---|
NumberPoolPersistenceImpl()
Creates a number space without domain context or session.
|
NumberPoolPersistenceImpl(NumberPool pdo)
Creates a number space without domain context or session.
|
NumberPoolPersistenceImpl(NumberPool pdo,
DomainContext context)
Creates a number space.
|
NumberPoolPersistenceImpl(NumberPool pdo,
Session session)
Creates a number space with a session only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
addComponents(IdentifiableMap<PersistentDomainObject<?>> components,
boolean onlyLoaded)
Adds the components of this object to a map.
|
protected void |
createAttributesInSnapshot(NumberPoolPersistenceImpl snapshot)
Updates the attributes in snapshot object.
The snapshot object is assumed to be a clone of this object. |
protected void |
createComponentsInSnapshot(NumberPoolPersistenceImpl snapshot)
Updates the components in snapshot object.
The snapshot object is assumed to be a clone of this object. |
String |
createInsertSql()
Creates the SQL code for the insert statement.
|
String |
createUpdateSql()
Creates the SQL code for the update statement.
|
void |
deletePlainWithComponents()
Deletes this object and all components.
|
void |
deleteReferencingRelations()
Deletes all referencing composite relations from storage.
|
boolean |
differsPersisted()
Overridden cause of "--fulltracked".
|
PersistentObjectClassVariables<NumberPool,NumberPoolPersistenceImpl> |
getClassVariables()
Gets the application oriented class variables for this object.
Class variables for classes derived from AbstractPersistentObject are kept in an instance of PersistentObjectClassVariables. |
String |
getDescription()
Gets the attribute description.
|
String |
getDescriptionPersisted()
Gets the last persisted value of description.
|
void |
getFields(ResultSetWrapper rs)
Retrieves the values of all fields.
|
long |
getLowWaterMark()
Gets the attribute lowWaterMark.
|
long |
getLowWaterMarkPersisted()
Gets the last persisted value of lowWaterMark.
|
String |
getName()
Gets the attribute name.
|
String |
getNamePersisted()
Gets the last persisted value of name.
|
TrackedList<NumberRange> |
getNumberRangeList()
Gets numberRangeList via NumberRange#numberPoolId.
|
TrackedList<NumberRange> |
getNumberRangeListBlunt()
Gets numberRangeList without performing a select if not loaded.
|
String |
getRealm()
Gets the attribute realm.
|
String |
getRealmPersisted()
Gets the last persisted value of realm.
|
org.tentackle.ns.pdo.rmi.NumberPoolRemoteDelegate |
getRemoteDelegate()
Gets the delegate for remote connections.
Each class has its own delegate. |
long |
getRequestSize()
Gets the attribute requestSize.
|
long |
getRequestSizePersisted()
Gets the last persisted value of requestSize.
|
String |
getUplink()
Gets the attribute uplink.
|
String |
getUplinkPersisted()
Gets the last persisted value of uplink.
|
void |
insertPlainWithComponents()
Inserts this object and all components.
|
boolean |
isComposite()
This is a composite object.
|
boolean |
isDescriptionModified()
Gets the modification state of description.
|
boolean |
isLowWaterMarkModified()
Gets the modification state of lowWaterMark.
|
boolean |
isModified()
Checks composite relations for modification recursively.
|
boolean |
isNameModified()
Gets the modification state of name.
|
boolean |
isOnline()
Gets the attribute online.
|
boolean |
isOnlineModified()
Gets the modification state of online.
|
boolean |
isOnlinePersisted()
Gets the last persisted value of online.
|
boolean |
isRealmModified()
Gets the modification state of realm.
|
boolean |
isRequestSizeModified()
Gets the modification state of requestSize.
|
boolean |
isRootEntity()
Object is a root entity.
|
boolean |
isTracked()
Overridden cause of "--tracked".
|
boolean |
isUpdatingSerialEvenIfNotModified()
Determines whether in updates of composite objects unmodified objects in the
update path get at least the serial updated or are not touched at all.
|
boolean |
isUplinkModified()
Gets the modification state of uplink.
|
IdentifiableMap<? extends PersistentDomainObject<?>> |
loadComponents(boolean onlyLoaded)
Loads components.
|
void |
markDeleted()
Marks this object and all its components to be deleted.
|
void |
reloadRanges() |
protected void |
revertAttributesToSnapshot(NumberPoolPersistenceImpl snapshot)
Copies all attributes from a snapshot back to this object.
|
protected void |
revertComponentsToSnapshot(NumberPoolPersistenceImpl snapshot)
Reverts all components of this object to a given snapshot.
|
void |
saveReferencingRelations(boolean update)
Saves composite relations referencing NumberPool.
|
NumberPool |
selectByNameRealm(String name,
String realm) |
NumberPool |
selectByUniqueDomainKey(String name) |
void |
setDescription(String description)
Sets the attribute description.
|
void |
setDomainContext(DomainContext context)
Sets the context in this and all related objects.
|
int |
setFields(PreparedStatementWrapper st)
Sets the values of all fields (all columns of the database table)
in the given
PreparedStatementWrapper from the object's attributes. |
void |
setImmutable(boolean immutable)
Sets the mutable flag for this object and all its components.
|
void |
setLowWaterMark(long lowWaterMark)
Sets the attribute lowWaterMark.
|
void |
setModified(boolean modified)
Overridden cause of "--attracked".
|
void |
setName(String name)
Sets the attribute name.
|
void |
setOnline(boolean online)
Sets the attribute online.
|
void |
setRealm(String realm)
Sets the attribute realm.
|
void |
setRequestSize(long requestSize)
Sets the attribute requestSize.
|
void |
setSession(Session session)
Sets the session in this and all related objects.
|
void |
setUplink(String uplink)
Sets the attribute uplink.
|
List<ValidationResult> |
validate(String validationPath,
ValidationScope scope)
Validates the object.
|
addComponents, addReferencingClass, addSnapshot, assertDomainContextMutable, assertMutable, assertNormTextProvided, assertNotAbstract, assertNotCached, assertPersistable, assertReadPermission, assertRootContext, assertRootContextIsAccepted, assertRootEntity, assertTokenLockProvided, assertValidSnapshot, assertWritePermission, clearTokenLock, clone, clonePersistentObject, configureRemoteObject, configureRemoteObjects, containsPattern, copy, countModification, createAttributesInSnapshot, createComponentsInSnapshot, createCopyInContext, createDummyUpdateSql, createSelectAllByIdInnerSql, createSelectAllIdSerialInnerSql, createSelectAllInnerSql, createSelectAllSql, createSelectByNormTextSql, createSelectExpiredTableSerials1Sql, createSelectExpiredTableSerials2Sql, createSelectIdInnerSql, createSelectIdInnerSql, createSelectMaxIdSql, createSelectMaxTableSerialSql, createSelectSerialSql, createSelectTokenLockSql, createSnapshot, createTransferTokenLockSql, createTransferTokenLockWithTableSerialSql, createUpdateSerialAndTableSerialSql, createUpdateSerialSql, createUpdateTokenLockOnlySql, createUpdateTokenLockSql, createUpdateTokenLockWithCountSql, createValidContext, delete, delete, delete, deleteImpl, deleteMissingInCollection, deletePlainWithComponents, derivePdoFromPo, determineContextId, executeFirstPdoQuery, executeFirstPdoQuery, executeListQuery, executeListQuery, executeQueryToList, executeQueryToList, executeTrackedListQuery, executeTrackedListQuery, expireCache, findDuplicate, findSnapshotMethod, finishModification, finishNotUpdated, getBaseContext, getCache, getCacheAccessCount, getCacheAccessTime, getColumnName, getContextId, getContextUserId, getCopiedObject, getDefaultScopes, getDomainContext, getDomainDelegate, getEagerJoinedSelect, getEagerJoins, getEditedBy, getEditedExpiry, getEditedSince, getNormText, getPdo, getPdoClass, getPersistenceClass, getRootClassId, getRootId, getSecurityResult, getSnapshots, getSqlClassIdCondition, getSqlContextCondition, getTableAlias, getTableName, getTokenLockObject, getTokenLockTimeout, getTopSuperTableAlias, getTopSuperTableName, getTransientData, getValidClassId, initModification, insertObject, insertPlainWithComponents, isAbstract, isCacheable, isCached, isClassIdRequiredInWhereClause, isCountingModificationForTokenLock, isDomainContextImmutable, isEditAllowed, isExpired, isExplicitIdAliasRequiredInJoins, isModified, isNormTextProvided, isPermissionAccepted, isPersistable, isReadAllowed, isReferenced, isRenewTokenLockRequested, isRootClassIdProvided, isRootIdProvided, isSnapshot, isTokenLocked, isTokenLockedBy, isTokenLockedByMe, isTokenLockProvided, isUpdateNecessary, isValidated, isViewAllowed, isWriteAllowed, markCacheAccess, markDeleted, markDeleted, newId, orderBy, pdo, persist, persistImpl, persistTokenLocked, readFromResultSetWrapper, readJoinedRow, releaseTokenLock, reload, reloadLocked, removeReferencingClass, requestTokenLock, resultAll, resultAllCursor, resultByNormText, resultByNormTextCursor, revertAttributesToSnapshot, revertComponentsToSnapshot, revertToSnapshot, save, save, save, saveCopyInContext, saveImpl, select, select, selectAll, selectAllAsCursor, selectAllCached, selectAllForCache, selectByNormText, selectByNormTextAsCursor, selectByTemplate, selectCached, selectCachedOnly, selectForCache, selectLocked, setDomainContextImmutable, setEditedBy, setEditedExpiry, setEditedSince, setExpired, setNormText, setPdo, setPersistable, setRenewTokenLockRequested, setRootClassId, setRootId, setTokenLockObject, setTransientData, transferTokenLock, updateObject, updateRootContext, updateTokenLock, updateTokenLock, updateTokenLockOnly, validateacceptPersistenceVisitor, addPropertyChangeListener, addPropertyChangeListener, assertNotNew, assertNotOverloaded, assertNotRemote, assertNumberOfRowsAffected, assertRemote, assertThisRowAffected, attributesModified, beginTx, clearOnRemoteSave, compareTo, copyToDb, createAttributesInSnapshot, createDeleteAllSql, createDeleteSql, createModificationLog, createPreparedStatement, createPreparedStatement, createSelectSql, createSqlUpdate, deleteImpl, deleteObject, deletePlain, deleteReferencedRelations, dummyUpdate, equals, firePropertyChange, getBackend, getClassBaseName, getClassId, getColumnCount, getExpirationBacklog, getExpiredTableSerials, getId, getIdSource, getImmutableLoggingLevel, getModificationCount, getModificationLog, getPreparedStatement, getPreparedStatement, getPropertyChangeListeners, getPropertyChangeListeners, getSerial, getSession, getSessionHolder, getTableSerial, hashCode, insertImpl, insertPlain, isCountingModification, isDeleted, isEntity, isIdValid, isImmutable, isLoggingModification, isNew, isOverloadable, isRemovable, isSessionImmutable, isStatementAlwaysPrepared, isTableSerialProvided, isVirgin, loadLazyReferences, logModification, newInstance, newInstance, newInstance, persistObject, prepareDelete, prepareSave, prepareSetFields, reloadLockedObject, reloadObject, removeAllPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener, reserveId, resultAllIdSerial, resultAllObjects, revertAttributesToSnapshot, saveObject, saveReferencedRelations, selectAllIdSerial, selectAllObjects, selectExpiredTableSerials, selectExpiredTableSerials, selectLockedObject, selectMaxId, selectMaxTableSerial, selectNextObject, selectObject, selectSerial, setClassId, setId, setImmutableLoggingLevel, setModificationLog, setOverloadable, setSerial, setSessionHolder, setSessionImmutable, setStatementAlwaysPrepared, setTableSerial, toGenericString, toIdString, toString, unmarkDeleted, updateImpl, updatePlain, updateSerial, updateSerialAndTableSerialfinalize, getClass, notify, notifyAll, wait, wait, waitattributesModified, clonePersistentObject, containsPattern, createCopyInContext, delete, findDuplicate, getCache, getCacheAccessCount, getCacheAccessTime, getClassBaseName, getClassId, getCopiedObject, getEditedBy, getEditedExpiry, getEditedSince, getExpiredTableSerials, getId, getModificationCount, getNormText, getRootClassId, getRootId, getSecurityResult, getSerial, getTableName, getTableSerial, getTokenLockObject, getTokenLockTimeout, getTransientData, isAbstract, isCacheable, isCached, isDeleted, isEditAllowed, isExpired, isImmutable, isNew, isNormTextProvided, isPermissionAccepted, isPersistable, isReferenced, isRemovable, isRootClassIdProvided, isRootIdProvided, isTableSerialProvided, isTokenLocked, isTokenLockedBy, isTokenLockedByMe, isTokenLockProvided, isValidated, isViewAllowed, isWriteAllowed, markCacheAccess, pdo, persist, persistTokenLocked, prepareDelete, releaseTokenLock, reload, reloadLocked, requestTokenLock, reserveId, save, select, selectAll, selectAllAsCursor, selectAllCached, selectAllForCache, selectAllIdSerial, selectByNormText, selectByNormTextAsCursor, selectCached, selectCachedOnly, selectExpiredTableSerials, selectExpiredTableSerials, selectForCache, selectLocked, selectMaxId, selectMaxTableSerial, selectSerial, setEditedBy, setEditedExpiry, setEditedSince, setExpired, setId, setNormText, setRootClassId, setRootId, setSerial, setTableSerial, setTokenLockObject, setTransientData, toIdString, transferTokenLock, validategetDomainDelegatecreateSnapshot, getSnapshots, isSnapshot, revertToSnapshottoGenericStringisVirgingetDefaultScopescreateValidContext, determineContextId, getBaseContext, getContextId, isDomainContextImmutable, setDomainContextImmutablegetDomainContext, on, opnisSessionImmutable, setSessionImmutablegetSessionpublic static final PersistentObjectClassVariables<NumberPool,NumberPoolPersistenceImpl> CLASSVARIABLES
public static final String CN_NAME
public static final String CN_REALM
public static final String CN_DESCRIPTION
public static final String CN_ONLINE
public static final String CN_LOWWATERMARK
public static final String CN_REQUESTSIZE
public static final String CN_UPLINK
public NumberPoolPersistenceImpl(NumberPool pdo, DomainContext context)
pdo - the number space PDOcontext - the domain contextpublic NumberPoolPersistenceImpl(NumberPool pdo, Session session)
pdo - the number space PDOsession - the sessionpublic NumberPoolPersistenceImpl(NumberPool pdo)
pdo - the number space PDOpublic NumberPoolPersistenceImpl()
public PersistentObjectClassVariables<NumberPool,NumberPoolPersistenceImpl> getClassVariables()
AbstractPersistentObjectPersistentObjectClassVariables.getClassVariables in class AbstractPersistentObject<NumberPool,NumberPoolPersistenceImpl>AbstractDbObject.getClassVariables()public boolean isUpdatingSerialEvenIfNotModified()
AbstractPersistentObjectThe default implementation returns true if this is a root entity.
isUpdatingSerialEvenIfNotModified in class AbstractPersistentObject<NumberPool,NumberPoolPersistenceImpl>AbstractPersistentObject.updateObject()public org.tentackle.ns.pdo.rmi.NumberPoolRemoteDelegate getRemoteDelegate()
AbstractPersistentObjectOverridden due to covariance.
getRemoteDelegate in class AbstractPersistentObject<NumberPool,NumberPoolPersistenceImpl>public boolean isRootEntity()
isRootEntity in interface PersistentObject<NumberPool>isRootEntity in class AbstractPersistentObject<NumberPool,NumberPoolPersistenceImpl>public boolean isTracked()
isTracked in interface PersistentObject<NumberPool>isTracked in class AbstractDbObject<NumberPoolPersistenceImpl>public void setModified(boolean modified)
setModified in interface PersistentObject<NumberPool>setModified in class AbstractPersistentObject<NumberPool,NumberPoolPersistenceImpl>modified - is true if object is flagged modified, false if not.public boolean differsPersisted()
differsPersisted in interface PersistentObject<NumberPool>differsPersisted in class AbstractDbObject<NumberPoolPersistenceImpl>public void getFields(ResultSetWrapper rs)
AbstractDbObjectgetFields in class AbstractDbObject<NumberPoolPersistenceImpl>rs - the result setpublic int setFields(PreparedStatementWrapper st)
AbstractDbObjectPreparedStatementWrapper from the object's attributes.setFields in class AbstractDbObject<NumberPoolPersistenceImpl>st - the statementpublic String createInsertSql()
AbstractDbObjectcreateInsertSql in class AbstractDbObject<NumberPoolPersistenceImpl>public String createUpdateSql()
AbstractDbObjectcreateUpdateSql in class AbstractDbObject<NumberPoolPersistenceImpl>public String getName()
getName in interface NumberPoolPersistencepublic void setName(String name)
setName in interface NumberPoolPersistencename - the number pool namepublic boolean isNameModified()
isNameModified in interface NumberPoolPersistencepublic String getNamePersisted()
getNamePersisted in interface NumberPoolPersistencepublic String getRealm()
getRealm in interface NumberPoolPersistencepublic void setRealm(String realm)
setRealm in interface NumberPoolPersistencerealm - pool realm, optionalpublic boolean isRealmModified()
isRealmModified in interface NumberPoolPersistencepublic String getRealmPersisted()
getRealmPersisted in interface NumberPoolPersistencepublic String getDescription()
getDescription in interface NumberPoolPersistencepublic void setDescription(String description)
setDescription in interface NumberPoolPersistencedescription - short descriptionpublic boolean isDescriptionModified()
isDescriptionModified in interface NumberPoolPersistencepublic String getDescriptionPersisted()
getDescriptionPersisted in interface NumberPoolPersistencepublic boolean isOnline()
isOnline in interface NumberPoolPersistencepublic void setOnline(boolean online)
setOnline in interface NumberPoolPersistenceonline - true if online, else offlinepublic boolean isOnlineModified()
isOnlineModified in interface NumberPoolPersistencepublic boolean isOnlinePersisted()
isOnlinePersisted in interface NumberPoolPersistencepublic long getLowWaterMark()
getLowWaterMark in interface NumberPoolPersistencepublic void setLowWaterMark(long lowWaterMark)
setLowWaterMark in interface NumberPoolPersistencelowWaterMark - minimum number count before request to fill up from uplink, 0 if disablepublic boolean isLowWaterMarkModified()
isLowWaterMarkModified in interface NumberPoolPersistencepublic long getLowWaterMarkPersisted()
getLowWaterMarkPersisted in interface NumberPoolPersistencepublic long getRequestSize()
getRequestSize in interface NumberPoolPersistencepublic void setRequestSize(long requestSize)
setRequestSize in interface NumberPoolPersistencerequestSize - number count to request from uplink, 0 if disablepublic boolean isRequestSizeModified()
isRequestSizeModified in interface NumberPoolPersistencepublic long getRequestSizePersisted()
getRequestSizePersisted in interface NumberPoolPersistencepublic String getUplink()
getUplink in interface NumberPoolPersistencepublic void setUplink(String uplink)
setUplink in interface NumberPoolPersistenceuplink - uplink configuration (optional)public boolean isUplinkModified()
isUplinkModified in interface NumberPoolPersistencepublic String getUplinkPersisted()
getUplinkPersisted in interface NumberPoolPersistenceprotected void createAttributesInSnapshot(NumberPoolPersistenceImpl snapshot)
snapshot - the snapshotprotected void revertAttributesToSnapshot(NumberPoolPersistenceImpl snapshot)
snapshot - the snapshot objectpublic NumberPool selectByUniqueDomainKey(String name)
selectByUniqueDomainKey in interface NumberPoolPersistencepublic TrackedList<NumberRange> getNumberRangeList()
getNumberRangeList in interface NumberPoolPersistencepublic TrackedList<NumberRange> getNumberRangeListBlunt()
public void setSession(Session session)
setSession in interface SessionDependablesetSession in class AbstractDbObject<NumberPoolPersistenceImpl>session - the sessionpublic void setDomainContext(DomainContext context)
setDomainContext in interface DomainContextDependablesetDomainContext in class AbstractPersistentObject<NumberPool,NumberPoolPersistenceImpl>context - the domain contextpublic void deleteReferencingRelations()
deleteReferencingRelations in class AbstractDbObject<NumberPoolPersistenceImpl>public void saveReferencingRelations(boolean update)
saveReferencingRelations in class AbstractDbObject<NumberPoolPersistenceImpl>update - true if this is an update operation, else insertpublic List<ValidationResult> validate(String validationPath, ValidationScope scope)
validate in interface Validateablevalidate in class AbstractPersistentObject<NumberPool,NumberPoolPersistenceImpl>validationPath - the validation pathscope - the validation scopepublic void setImmutable(boolean immutable)
setImmutable in interface ImmutablesetImmutable in interface PersistentObject<NumberPool>setImmutable in class AbstractDbObject<NumberPoolPersistenceImpl>immutable - true if object is immutablepublic boolean isModified()
isModified in interface ModifiableisModified in class AbstractDbObject<NumberPoolPersistenceImpl>public boolean isComposite()
isComposite in interface PersistentObject<NumberPool>isComposite in class AbstractPersistentObject<NumberPool,NumberPoolPersistenceImpl>public IdentifiableMap<? extends PersistentDomainObject<?>> loadComponents(boolean onlyLoaded)
loadComponents in class AbstractPersistentObject<NumberPool,NumberPoolPersistenceImpl>onlyLoaded - true if return only already loaded componentspublic int addComponents(IdentifiableMap<PersistentDomainObject<?>> components, boolean onlyLoaded)
AbstractPersistentObjectaddComponents in class AbstractPersistentObject<NumberPool,NumberPoolPersistenceImpl>components - the component maponlyLoaded - true if return only already loaded component (lazy composite relations)public void insertPlainWithComponents()
insertPlainWithComponents in class AbstractPersistentObject<NumberPool,NumberPoolPersistenceImpl>public void deletePlainWithComponents()
deletePlainWithComponents in class AbstractPersistentObject<NumberPool,NumberPoolPersistenceImpl>public void markDeleted()
markDeleted in class AbstractDbObject<NumberPoolPersistenceImpl>AbstractDbObject.unmarkDeleted()protected void createComponentsInSnapshot(NumberPoolPersistenceImpl snapshot)
snapshot - the snapshotprotected void revertComponentsToSnapshot(NumberPoolPersistenceImpl snapshot)
snapshot - the snapshot objectpublic NumberPool selectByNameRealm(String name, String realm)
selectByNameRealm in interface NumberPoolPersistencepublic void reloadRanges()
reloadRanges in interface NumberPoolPersistenceCopyright © 2016 Krake Softwaretechnik. All rights reserved.