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) create(Session session, ForumMessageAttachmentPK forumMessageAttachmentPK, String clob, Long fromTime, Long thruTime) create(Session session, ForumMessageAttachment forumMessageAttachment, String clob, Long fromTime, Long thruTime) voidcreate(Session session, Collection<ForumMessageClobAttachmentValue> _values) voidcreate(Collection<ForumMessageClobAttachmentValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumMessageClobAttachmentPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ForumMessageClobAttachmentPK> pks) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) getEntityFromCache(Session session, ForumMessageClobAttachmentPK pk) getEntityFromPK(EntityPermission entityPermission, ForumMessageClobAttachmentPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, ForumMessageClobAttachmentPK pk) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) getEntityFromValue(EntityPermission entityPermission, ForumMessageClobAttachmentValue value) getEntityFromValue(Session session, EntityPermission entityPermission, ForumMessageClobAttachmentValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, ForumMessageClobAttachmentPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<ForumMessageClobAttachmentPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, ForumMessageClobAttachmentPK pk) voidremove(Session session, ForumMessageClobAttachment entity) voidremove(Session session, Collection<ForumMessageClobAttachmentPK> pks) voidvoidstore(Session session, ForumMessageClobAttachment entity) voidstore(Session session, Collection<ForumMessageClobAttachment> entities) voidstore(Collection<ForumMessageClobAttachment> entities) booleanvalidPK(Session session, ForumMessageClobAttachmentPK pk)
-
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(Session session, Collection<ForumMessageClobAttachmentPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ForumMessageClobAttachmentValue getValueFromPK(Session session, ForumMessageClobAttachmentPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ForumMessageClobAttachmentValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ForumMessageClobAttachmentValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ForumMessageClobAttachment> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumMessageClobAttachmentPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ForumMessageClobAttachment> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ForumMessageClobAttachmentPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ForumMessageClobAttachment getEntityFromValue(EntityPermission entityPermission, ForumMessageClobAttachmentValue value) -
getEntityFromValue
public ForumMessageClobAttachment getEntityFromValue(Session session, EntityPermission entityPermission, ForumMessageClobAttachmentValue value) -
getEntityFromPK
public ForumMessageClobAttachment getEntityFromPK(EntityPermission entityPermission, ForumMessageClobAttachmentPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public ForumMessageClobAttachment getEntityFromCache(Session session, ForumMessageClobAttachmentPK pk) -
getEntityFromPK
public ForumMessageClobAttachment getEntityFromPK(Session session, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) 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) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ForumMessageClobAttachment> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ForumMessageClobAttachment> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ForumMessageClobAttachment getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) 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) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ForumMessageClobAttachment getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ForumMessageClobAttachment getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ForumMessageClobAttachment> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ForumMessageClobAttachment> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ForumMessageClobAttachment getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ForumMessageClobAttachment getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ForumMessageClobAttachment create(Session session, ForumMessageAttachment forumMessageAttachment, String clob, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ForumMessageClobAttachment create(ForumMessageAttachment forumMessageAttachment, String clob, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ForumMessageClobAttachment create(Session session, ForumMessageAttachmentPK forumMessageAttachmentPK, 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(Session session, Collection<ForumMessageClobAttachmentValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ForumMessageClobAttachmentValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, ForumMessageClobAttachment entity) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<ForumMessageClobAttachment> entities) throws PersistenceDatabaseException - 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
public void remove(Session session, ForumMessageClobAttachment entity) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, ForumMessageClobAttachmentPK pk) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<ForumMessageClobAttachmentPK> pks) throws PersistenceDatabaseException - 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
public boolean validPK(Session session, ForumMessageClobAttachmentPK pk) throws PersistenceDatabaseException - Specified by:
validPKin interfaceBaseFactory<ForumMessageClobAttachmentPK,ForumMessageClobAttachment> - Throws:
PersistenceDatabaseException
-