Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.mapping Classes and Interfaces - 64 results found.
NameDescriptionTypePackageFramework
AbstractAuxiliaryDatabaseObjectConvenience base class for AuxiliaryDatabaseObjects.Classorg.hibernate.mappingHibernate ORM
AnyA Hibernate "any" type (ie.Classorg.hibernate.mappingHibernate ORM
ArrayAn array mapping has a primary key consisting of the key columns + index column.Classorg.hibernate.mappingHibernate ORM
AuxiliaryDatabaseObjectAuxiliary database objects (i.Interfaceorg.hibernate.mappingHibernate ORM
BackrefSee Also:Serialized FormConstructor SummaryBackref()Classorg.hibernate.mappingHibernate ORM
BagA bag permits duplicates, so it has no primary keySee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
CollectionMapping for a collection.Classorg.hibernate.mappingHibernate ORM
ColumnA column of a relational database tableSee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
ComponentThe mapping for a component, composite element, composite identifier, etc.Classorg.hibernate.mappingHibernate ORM
Component .StandardGenerationContextLocatorConstructor SummaryComponent.Classorg.hibernate.mapping.ComponentHibernate ORM
Component .ValueGenerationPlanConstructor SummaryComponent.Classorg.hibernate.mapping.ComponentHibernate ORM
ConstraintA relational constraint.Classorg.hibernate.mappingHibernate ORM
DenormalizedTableClassorg.hibernate.mappingHibernate ORM
DependantValueA value which is "typed" by reference to some other value (for example, a foreign key is typed by theClassorg.hibernate.mappingHibernate ORM
DependantValueA value which is typed by reference to some other value (for example, a foreign key is typed by theClassorg.hibernate.mappingHibernate ORM
FetchableInterfaceorg.hibernate.mappingHibernate ORM
FetchProfileA fetch profile allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.Classorg.hibernate.mappingHibernate ORM
FetchProfile .FetchDefines an individual association fetch within the given profile.Classorg.hibernate.mapping.FetchProfileHibernate ORM
FilterableDefines mapping elements to which filters may be applied.Interfaceorg.hibernate.mappingHibernate ORM
ForeignKeyA foreign key constraintSee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
FormulaA formula is a derived column valueSee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
IdentifierBagAn IdentifierBag has a primary key consisting of just the identifier columnClassorg.hibernate.mappingHibernate ORM
IdentifierCollectionA collection with a synthetic identifier columnSee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
IdGeneratorIdentifier generator container, Useful to keep named generator in annotationsClassorg.hibernate.mappingHibernate ORM
IndexA relational table indexSee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
IndexBackrefSee Also:Serialized FormConstructor SummaryIndexBackref()Classorg.hibernate.mappingHibernate ORM
IndexedCollectionIndexed collections include Lists, Maps, arrays andSee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
JoinSee Also:Serialized FormConstructor SummaryJoin()Classorg.hibernate.mappingHibernate ORM
JoinedSubclassA subclass in a table-per-subclass mappingSee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
KeyValueRepresents an identifying key of a table: the value for primary key of an entity, or a foreign key of a collection or join table orInterfaceorg.hibernate.mappingHibernate ORM
ListA list mapping has a primary key consisting of the key columns + index column.Classorg.hibernate.mappingHibernate ORM
ManyToOneA many-to-one association mappingSee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
MapA map has a primary key consisting of the key columns + index columns.Classorg.hibernate.mappingHibernate ORM
MappedSuperclassRepresents a @MappedSuperclass.Classorg.hibernate.mappingHibernate ORM
MappingExceptionAn exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.Classorg.hibernateHibernate ORM
MappingNotFoundExceptionThrown when a resource for a mapping could not be found.Classorg.hibernateHibernate ORM
MetaAttributableCommon interface for things that can handle meta attributes.Interfaceorg.hibernate.mappingHibernate ORM
MetaAttributeA meta attribute is a named value or values.Classorg.hibernate.mappingHibernate ORM
MetadataSourceenum MetadataSourceextends EnumEnumeration of the known places from which a piece of metadata may come.Classorg.hibernate.mappingHibernate ORM
OneToManyA mapping for a one-to-many associationSee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
OneToOneA one-to-one association mappingSee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
PersistentClassMapping for an entity.Classorg.hibernate.mappingHibernate ORM
PersistentClassVisitorInterfaceorg.hibernate.mappingHibernate ORM
PrimaryKeyA primary key constraintSee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
PrimitiveArrayA primitive array has a primary key consisting of the key columns + index column.Classorg.hibernate.mappingHibernate ORM
PropertyRepresents a property as part of an entity or a component.Classorg.hibernate.mappingHibernate ORM
PropertyGenerationIndicates whether given properties are generated by the database and, if so, at what time(s) they are generated.Classorg.hibernate.mappingHibernate ORM
RelationalModelInterfaceorg.hibernate.mappingHibernate ORM
RootClassThe root class of an inheritance hierarchySee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
SelectableInterfaceorg.hibernate.mappingHibernate ORM
SetA set with no nullable element columns.Classorg.hibernate.mappingHibernate ORM
SimpleAuxiliaryDatabaseObjectA simple implementation of AbstractAuxiliaryDatabaseObject in which the CREATE and DROP strings are provided up front.Classorg.hibernate.mappingHibernate ORM
SimpleValueAny value that maps to columns.Classorg.hibernate.mappingHibernate ORM
SingleTableSubclassSee Also:Serialized FormFields inherited from class org.Classorg.hibernate.mappingHibernate ORM
SubclassA sublass in a table-per-class-hierarchy mappingSee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
SyntheticPropertyModels a property which does not actually exist in the model.Classorg.hibernate.mappingHibernate ORM
TableSee Also:Serialized FormConstructor SummaryTable()Classorg.hibernate.mappingHibernate ORM
TableOwnerInterface allowing to differenciate SubClasses from Classes, JoinedSubClasses and UnionSubClassesInterfaceorg.hibernate.mappingHibernate ORM
ToOneA simple-point association (ie.Classorg.hibernate.mappingHibernate ORM
TypeDefPlaceholder for typedef informationSee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
UnionSubclassA subclass in a table-per-concrete-class mappingSee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
UniqueKeyA relational unique key constraintSee Also:Serialized FormClassorg.hibernate.mappingHibernate ORM
ValueA value is anything that is persisted by value, instead of by reference.Interfaceorg.hibernate.mappingHibernate ORM
ValueVisitorInterfaceorg.hibernate.mappingHibernate ORM