Class ContentPageAreaClobFactory
java.lang.Object
com.echothree.model.data.content.server.factory.ContentPageAreaClobFactory
- All Implemented Interfaces:
BaseFactory<ContentPageAreaClobPK,ContentPageAreaClob>
@ApplicationScoped
public class ContentPageAreaClobFactory
extends Object
implements BaseFactory<ContentPageAreaClobPK,ContentPageAreaClob>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of ContentPageAreaClobFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(ContentPageAreaDetailPK contentPageAreaDetailPK, String clob) create(ContentPageAreaDetail contentPageAreaDetail, String clob) voidcreate(Collection<ContentPageAreaClobValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentPageAreaClobPK> pks) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromPK(EntityPermission entityPermission, ContentPageAreaClobPK pk) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromValue(EntityPermission entityPermission, ContentPageAreaClobValue value) static ContentPageAreaClobFactorygetPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(ContentPageAreaClob entity) voidvoidstore(ContentPageAreaClob entity) voidstore(Collection<ContentPageAreaClob> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
CNTPAC_CONTENTPAGEAREACLOBID
- See Also:
-
CNTPAC_CNTPAD_CONTENTPAGEAREADETAILID
- See Also:
-
CNTPAC_CLOB
- See Also:
-
-
Constructor Details
-
ContentPageAreaClobFactory
protected ContentPageAreaClobFactory()Creates a new instance of ContentPageAreaClobFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<ContentPageAreaClobPK,ContentPageAreaClob>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<ContentPageAreaClobPK,ContentPageAreaClob>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<ContentPageAreaClobPK,ContentPageAreaClob>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<ContentPageAreaClobPK,ContentPageAreaClob>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<ContentPageAreaClobPK,ContentPageAreaClob>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<ContentPageAreaClobPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<ContentPageAreaClobPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<ContentPageAreaClobValue> getValuesFromPKs(Collection<ContentPageAreaClobPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ContentPageAreaClobValue getValueFromPK(ContentPageAreaClobPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ContentPageAreaClobValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ContentPageAreaClobValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentPageAreaClob> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentPageAreaClobPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ContentPageAreaClob getEntityFromValue(EntityPermission entityPermission, ContentPageAreaClobValue value) -
getEntityFromCache
-
getEntityFromPK
public ContentPageAreaClob getEntityFromPK(EntityPermission entityPermission, ContentPageAreaClobPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<ContentPageAreaClobPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<ContentPageAreaClobPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public ContentPageAreaClobPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentPageAreaClob> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentPageAreaClob> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentPageAreaClob> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentPageAreaClob getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentPageAreaClob getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentPageAreaClob getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentPageAreaClob> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentPageAreaClob getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ContentPageAreaClob create(ContentPageAreaDetail contentPageAreaDetail, String clob) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentPageAreaClob create(ContentPageAreaDetailPK contentPageAreaDetailPK, String clob) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ContentPageAreaClobValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<ContentPageAreaClobPK,ContentPageAreaClob> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<ContentPageAreaClobPK,ContentPageAreaClob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContentPageAreaClobPK,ContentPageAreaClob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContentPageAreaClobPK,ContentPageAreaClob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContentPageAreaClobPK,ContentPageAreaClob> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<ContentPageAreaClobPK,ContentPageAreaClob> - Throws:
PersistenceDatabaseException
-