Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.cfg Classes and Interfaces - 89 results found.
NameDescriptionTypePackageFramework
AbstractPropertyHolderClassorg.hibernate.cfgHibernate ORM
AccessTypeenum AccessTypeextends EnumEnum defining different access strategies for accessing entity values.Classorg.hibernate.cfgHibernate ORM
ActivationContextInterfaceorg.hibernate.cfg.beanvalidationHibernate ORM
AnnotatedClassTypeenum AnnotatedClassTypeextends EnumType of annotation of a class will give its typeClassorg.hibernate.cfgHibernate ORM
AnnotationBinderJSR 175 annotation binder which reads the annotations from classes, applies the principles of the EJB3 spec and produces the Hibernate configuration-time metamodelClassorg.hibernate.cfgHibernate ORM
AnnotationConfigurationSimilar to the Configuration object but handles EJB3 and Hibernate specific annotations as a metadata facility.Classorg.hibernate.cfgHibernate ORM
ArrayBinderFields inherited from class org.Classorg.hibernate.cfg.annotationsHibernate ORM
AvailableSettingsInterfaceorg.hibernate.cfgHibernate ORM
BagBinderFields inherited from class org.Classorg.hibernate.cfg.annotationsHibernate ORM
BeanValidationEventListenerEvent listener used to enable Bean Validation for insert/update/delete events.Classorg.hibernate.cfg.beanvalidationHibernate ORM
BeanValidationIntegratorClassorg.hibernate.cfg.beanvalidationHibernate ORM
BinderHelperClassorg.hibernate.cfgHibernate ORM
ClassPropertyHolderFields inherited from class org.Classorg.hibernate.cfgHibernate ORM
CollectionBinderBase class for binding different types of collections to Hibernate configuration objects.Classorg.hibernate.cfg.annotationsHibernate ORM
CollectionPropertyHolderFields inherited from class org.Classorg.hibernate.cfgHibernate ORM
CollectionSecondPassCollection second passSee Also:Serialized FormClassorg.hibernate.cfgHibernate ORM
ComponentPropertyHolderComponent implementation of property holderFields inherited from class org.Classorg.hibernate.cfgHibernate ORM
ConfigurationAn instance of Configuration allows the application to specify properties and mapping documents to be used whenClassorg.hibernate.cfgHibernate ORM
CopyIdentifierComponentSecondPassClassorg.hibernate.cfgHibernate ORM
CreateKeySecondPassClassorg.hibernate.cfgHibernate ORM
DuplicationStrategyImplNested Class SummaryNested classes/interfaces inherited from interface org.Classorg.hibernate.cfg.beanvalidationHibernate ORM
Ejb3ColumnWrap state of an EJB3 @Column annotation and build the Hibernate column mapping elementClassorg.hibernate.cfgHibernate ORM
Ejb3DiscriminatorColumnDiscriminator columnFields inherited from class org.Classorg.hibernate.cfgHibernate ORM
EJB3DTDEntityResolverResolve JPA xsd files locally Hibernate OGM uses this class, consider this some kind of exposed service at the SPI levelClassorg.hibernate.cfgHibernate ORM
Ejb3JoinColumnWrap state of an EJB3 @JoinColumn annotation and build the Hibernate column mapping elementClassorg.hibernate.cfgHibernate ORM
EJB3NamingStrategyNaming strategy implementing the EJB3 standardsSee Also:Serialized FormClassorg.hibernate.cfgHibernate ORM
EntityBinderStateful holder and processor for binding Entity informationConstructor SummaryEntityBinder()Classorg.hibernate.cfg.annotationsHibernate ORM
EnvironmentProvides access to configuration info passed in Properties objects.Classorg.hibernate.cfgHibernate ORM
ExtendedMappingsAllow annotation related mappings at least for named generatorsInterfaceorg.hibernate.cfgHibernate ORM
ExtendsQueueEntryRepresents a mapping queued for delayed processing to await processing of an extends entity upon which it depends.Classorg.hibernate.cfgHibernate ORM
ExternalSessionFactoryConfigDefines support for various externally configurable SessionFactory(s), for example, JMX or the JCAClassorg.hibernate.cfgHibernate ORM
FkSecondPassClassorg.hibernate.cfgHibernate ORM
GroupsPerOperationClassorg.hibernate.cfg.beanvalidationHibernate ORM
GroupsPerOperation .OperationClassorg.hibernate.cfg.beanvalidation.GroupsPerOperationHibernate ORM
HbmBinderWalks an XML mapping document and produces the Hibernate configuration-time metamodel (the classes in the mapping package)Classorg.hibernate.cfgHibernate ORM
HibernateTraversableResolverUse Hibernate metadata to ignore cascade on entities.Classorg.hibernate.cfg.beanvalidationHibernate ORM
IdBagBinderFields inherited from class org.Classorg.hibernate.cfg.annotationsHibernate ORM
ImprovedNamingStrategyAn improved naming strategy that prefers embedded underscores to mixed case namesClassorg.hibernate.cfgHibernate ORM
IndexColumnFields inherited from class org.Classorg.hibernate.cfgHibernate ORM
IndexOrUniqueKeySecondPassClassorg.hibernate.cfgHibernate ORM
InheritanceStateSome extra data to the inheritance position of a class.Classorg.hibernate.cfgHibernate ORM
IntegrationExceptionIndicates a problem integrating Hibernate and the Bean Validation spec.Classorg.hibernate.cfg.beanvalidationHibernate ORM
JoinedSubclassFkSecondPassSee Also:Serialized FormFields inherited from class org.Classorg.hibernate.cfgHibernate ORM
JPAMetadataProviderMetadataProvider aware of the JPA Deployment descriptorSee Also:Serialized FormClassorg.hibernate.cfg.annotations.reflectionHibernate ORM
JPAOverriddenAnnotationReaderEncapsulates the overriding of Java annotations from an EJB 3.Classorg.hibernate.cfg.annotations.reflectionHibernate ORM
ListBinderBind a list to the underlying Hibernate configurationFields inherited from class org.Classorg.hibernate.cfg.annotationsHibernate ORM
MapBinderFields inherited from class org.Classorg.hibernate.cfg.annotationsHibernate ORM
MapKeyColumnDelegatorClassorg.hibernate.cfg.annotationsHibernate ORM
MapKeyJoinColumnDelegatorClassorg.hibernate.cfg.annotationsHibernate ORM
MappingsA collection of mappings from classes and collections to relational database tables.Interfaceorg.hibernate.cfgHibernate ORM
Mappings .PropertyReferenceRepresents a property-ref mapping.Classorg.hibernate.cfg.MappingsHibernate ORM
MetadataSourceTypeenum MetadataSourceTypeextends EnumEnumeration of the types of sources of mapping metadataClassorg.hibernate.cfgHibernate ORM
NamedSQLQuerySecondPassSee Also:Serialized FormConstructor SummaryNamedSQLQuerySecondPass(org.Classorg.hibernate.cfgHibernate ORM
NamingStrategyA set of rules for determining the physical column and table names given the information in the mappingInterfaceorg.hibernate.cfgHibernate ORM
NotYetImplementedExceptionMapping not yet implementedSee Also:Serialized FormClassorg.hibernate.cfgHibernate ORM
Nullabilityenum Nullabilityextends EnumAre the columns forced to null, not null or not forcedClassorg.hibernate.cfg.annotationsHibernate ORM
ObjectNameNormalizerProvides centralized normalization of how database object names are handled.Classorg.hibernate.cfgHibernate ORM
ObjectNameNormalizer .NamingStrategyHelperHelper contract for dealing with NamingStrategy in different situations.Interfaceorg.hibernate.cfg.ObjectNameNormalizerHibernate ORM
ObjectNameSourceSource for database object names (identifiers).Interfaceorg.hibernate.cfgHibernate ORM
OneToOneSecondPassWe have to handle OneToOne in a second pass because:See Also:Serialized FormClassorg.hibernate.cfgHibernate ORM
PkDrivenByDefaultMapsIdSecondPassClassorg.hibernate.cfgHibernate ORM
PrimitiveArrayBinderFields inherited from class org.Classorg.hibernate.cfg.annotationsHibernate ORM
PropertyBinderClassorg.hibernate.cfg.annotationsHibernate ORM
PropertyDataInterfaceorg.hibernate.cfgHibernate ORM
PropertyHolderInterfaceorg.hibernate.cfgHibernate ORM
PropertyHolderBuilderThis factory is here ot build a PropertyHolder and prevent .Classorg.hibernate.cfgHibernate ORM
PropertyInferredDataRetrieve all inferred data from an annnoted elementConstructor SummaryPropertyInferredData(org.Classorg.hibernate.cfgHibernate ORM
PropertyPreloadedDataClassorg.hibernate.cfgHibernate ORM
QueryBinderClassorg.hibernate.cfg.annotationsHibernate ORM
RecoverableExceptionShould neven be exposed to the client An exception that wrap an underlying exception whith the hopeClassorg.hibernate.cfgHibernate ORM
ResultSetMappingBinderClassorg.hibernate.cfgHibernate ORM
ResultsetMappingSecondPassClassorg.hibernate.cfg.annotationsHibernate ORM
ResultSetMappingSecondPassSee Also:Serialized FormConstructor SummaryResultSetMappingSecondPass(org.Classorg.hibernate.cfgHibernate ORM
SecondaryTableSecondPassClassorg.hibernate.cfgHibernate ORM
SecondPassInterfaceorg.hibernate.cfgHibernate ORM
SetBinderFields inherited from class org.Classorg.hibernate.cfg.annotationsHibernate ORM
SetSimpleValueTypeSecondPassClassorg.hibernate.cfgHibernate ORM
SettingsSettings that affect the behaviour of Hibernate at runtime.Classorg.hibernate.cfgHibernate ORM
SettingsFactoryReads configuration properties and builds a Settings instance.Classorg.hibernate.cfgHibernate ORM
SimpleValueBinderClassorg.hibernate.cfg.annotationsHibernate ORM
TableBinderTable related operationsConstructor SummaryTableBinder()Classorg.hibernate.cfg.annotationsHibernate ORM
ToOneBinder The goal of this class is to aggregate all operations related to ToOne binding operationsClassorg.hibernate.cfgHibernate ORM
ToOneFkSecondPassEnable a proper set of the FK columns in respect with the id column order Allow the correct implementation of the default EJB3 values which needs bothClassorg.hibernate.cfgHibernate ORM
UniqueConstraintHolderUniqueConstraint annotations are handled via second pass.Classorg.hibernate.cfgHibernate ORM
ValidationModeenum ValidationModeextends EnumDuplicates the javax.Classorg.hibernate.cfg.beanvalidationHibernate ORM
VerifyFetchProfileReferenceSecondPassClassorg.hibernate.cfgHibernate ORM
WrappedInferredDataClassorg.hibernate.cfgHibernate ORM
XMLContextClassorg.hibernate.cfg.annotations.reflectionHibernate ORM
XMLContext .DefaultSee Also:Serialized FormConstructor SummaryXMLContext.Classorg.hibernate.cfg.annotations.reflection.XMLContextHibernate ORM