Uses of Class
com.echothree.model.data.core.common.pk.ServerDescriptionPK
Packages that use ServerDescriptionPK
Package
Description
-
Uses of ServerDescriptionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServerDescriptionPK -
Uses of ServerDescriptionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServerDescriptionPKModifier and TypeMethodDescriptionServerDescriptionFactory.getNextPK()ServerDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ServerDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServerDescriptionPKModifier and TypeMethodDescriptionServerDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ServerDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ServerDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ServerDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServerDescriptionPKModifier and TypeMethodDescriptionServerDescriptionFactory.getEntityFromCache(ServerDescriptionPK pk) ServerDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ServerDescriptionPK pk) ServerDescriptionFactory.getValueFromPK(ServerDescriptionPK pk) voidServerDescriptionFactory.remove(ServerDescriptionPK pk) booleanServerDescriptionFactory.validPK(ServerDescriptionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServerDescriptionPKModifier and TypeMethodDescriptionServerDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ServerDescriptionPK> pks) ServerDescriptionFactory.getValuesFromPKs(Collection<ServerDescriptionPK> pks) voidServerDescriptionFactory.remove(Collection<ServerDescriptionPK> pks) -
Uses of ServerDescriptionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ServerDescriptionPKConstructors in com.echothree.model.data.core.server.value with parameters of type ServerDescriptionPKModifierConstructorDescriptionServerDescriptionValue(ServerDescriptionPK serverDescriptionPK, ServerPK serverPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ServerDescriptionValue -
Uses of ServerDescriptionPK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return ServerDescriptionPKModifier and TypeMethodDescriptionServerDescriptions.ServerDescription()Getter forserverdescriptions.servd_serverdescriptionid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type ServerDescriptionPKMethods in com.echothree.model.jooq.server.records.core with parameters of type ServerDescriptionPKModifier and TypeMethodDescriptionvoidServerDescriptions.ServerDescription(ServerDescriptionPK value) Setter forserverdescriptions.servd_serverdescriptionid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type ServerDescriptionPKModifierConstructorDescriptionServerDescriptions(ServerDescriptionPK ServerDescription, ServerPK Server, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ServerDescriptions -
Uses of ServerDescriptionPK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type ServerDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ServerDescriptions, ServerDescriptionPK> ServerDescriptions.SERVER_DESCRIPTIONThe columnserverdescriptions.servd_serverdescriptionid.