Class ForumMessageClobAttachmentFactory
java.lang.Object
com.echothree.model.data.forum.server.factory.ForumMessageClobAttachmentFactory
- All Implemented Interfaces:
BaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment>
@ApplicationScoped
public class ForumMessageClobAttachmentFactory
extends Object
implements BaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of ForumMessageClobAttachmentFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(ForumMessageAttachmentPK forumMessageAttachmentPK, String clob, Long fromTime, Long thruTime) create(ForumMessageAttachment forumMessageAttachment, String clob, Long fromTime, Long thruTime) voidcreate(Collection<ForumMessageClobAttachmentValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumMessageClobAttachmentPK> 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, ForumMessageClobAttachmentPK 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, ForumMessageClobAttachmentValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(ForumMessageClobAttachment entity) voidvoidstore(ForumMessageClobAttachment entity) voidstore(Collection<ForumMessageClobAttachment> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
FRMMSGCATT_FORUMMESSAGECLOBATTACHMENTID
- See Also:
-
FRMMSGCATT_FRMMSGATT_FORUMMESSAGEATTACHMENTID
- See Also:
-
FRMMSGCATT_CLOB
- See Also:
-
FRMMSGCATT_FROMTIME
- See Also:
-
FRMMSGCATT_THRUTIME
- See Also:
-
-
Constructor Details
-
ForumMessageClobAttachmentFactory
protected ForumMessageClobAttachmentFactory()Creates a new instance of ForumMessageClobAttachmentFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<ForumMessageClobAttachmentPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<ForumMessageClobAttachmentPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public ForumMessageClobAttachmentPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<ForumMessageClobAttachmentValue> getValuesFromPKs(Collection<ForumMessageClobAttachmentPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ForumMessageClobAttachmentValue getValueFromPK(ForumMessageClobAttachmentPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ForumMessageClobAttachmentValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ForumMessageClobAttachmentValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ForumMessageClobAttachment> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumMessageClobAttachmentPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ForumMessageClobAttachment getEntityFromValue(EntityPermission entityPermission, ForumMessageClobAttachmentValue value) -
getEntityFromCache
-
getEntityFromPK
public ForumMessageClobAttachment getEntityFromPK(EntityPermission entityPermission, ForumMessageClobAttachmentPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<ForumMessageClobAttachmentPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<ForumMessageClobAttachmentPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public ForumMessageClobAttachmentPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ForumMessageClobAttachment> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ForumMessageClobAttachment> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ForumMessageClobAttachment> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ForumMessageClobAttachment getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ForumMessageClobAttachment getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ForumMessageClobAttachment getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ForumMessageClobAttachment> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ForumMessageClobAttachment getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ForumMessageClobAttachment create(ForumMessageAttachment forumMessageAttachment, String clob, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ForumMessageClobAttachment create(ForumMessageAttachmentPK forumMessageAttachmentPK, String clob, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ForumMessageClobAttachmentValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<ForumMessageClobAttachment> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<ForumMessageClobAttachmentPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment> - Throws:
PersistenceDatabaseException
-