Uses of Interface
javax.jdo.metadata.MemberMetadata
Packages that use MemberMetadata
Package
Description
This package contains classes representing the different components of the JDO Metadata.
-
Uses of MemberMetadata in javax.jdo.metadata
Subinterfaces of MemberMetadata in javax.jdo.metadataModifier and TypeInterfaceDescriptioninterface
Represents a field in a class.interface
Represents a property in a class/persistent-interface.Methods in javax.jdo.metadata that return MemberMetadataModifier and TypeMethodDescriptionEmbeddedMetadata.getMembers()
Accessor for all fields/properties defined on the fetch group.FetchGroupMetadata.getMembers()
Accessor for all fields/properties defined on the fetch group.ForeignKeyMetadata.getMembers()
Accessor for all fields/properties defined on the FK.IndexMetadata.getMembers()
Accessor for all member(s) defined on the index.TypeMetadata.getMembers()
Accessor for all fields/properties defined on the component.UniqueMetadata.getMembers()
Accessor for all fields/properties defined on the unique constraint.MemberMetadata.setCacheable
(boolean cacheable) Method to set whether this is cacheableMethod to set the column name.MemberMetadata.setConverter
(AttributeConverter<?, ?> conv) Method to set the attribute converter to use for this member.MemberMetadata.setCustomStrategy
(String strategy) Method to set the custom identity generation strategy.MemberMetadata.setDefaultFetchGroup
(boolean dfg) Method to set whether it is in the DFG.MemberMetadata.setDeleteAction
(ForeignKeyAction action) Method to set the delete action of the FKMemberMetadata.setDependent
(boolean unique) Method to set whether it is unique.MemberMetadata.setEmbedded
(boolean emb) Method to set whether it is embedded.MemberMetadata.setFieldType
(String type) Method to set the field type(s).MemberMetadata.setIndexed
(boolean index) Method to set whether it is indexed.MemberMetadata.setLoadFetchGroup
(String grp) Method to set the load fetch group.MemberMetadata.setMappedBy
(String map) Method to set the field on the other side of a bidirectional relation (this side is owner).Method to set the name.MemberMetadata.setNullValue
(NullValue val) Method to set the behaviour of a null valueMemberMetadata.setPersistenceModifier
(PersistenceModifier mod) Method to set the persistence-modifier of the field/property.MemberMetadata.setPrimaryKey
(boolean pk) Method to set whether it is part of the pkMemberMetadata.setRecursionDepth
(int depth) Method to set the recursion depth (when used in a fetch group).MemberMetadata.setSequence
(String seq) Method to set the sequence (when using value-strategy of "sequence")MemberMetadata.setSerialized
(boolean ser) Method to set whether it is serialized.Method to set the table name.MemberMetadata.setUnique
(boolean unique) Method to set whether it is unique.MemberMetadata.setUseDefaultConversion
(Boolean flag) Method to explicitly set whether to disable use of AttributeConverter for this type (either here, class-level or PMF level).MemberMetadata.setValueStrategy
(IdGeneratorStrategy str) Method to set the value strategy