Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.property Classes and Interfaces - 25 results found.
NameDescriptionTypePackageFramework
BackrefPropertyAccessorRepresents a "back-reference" to the id of a collection owner.Classorg.hibernate.propertyHibernate ORM
BackrefPropertyAccessor .BackrefSetterInternal implementation of a property setter specific to these back-ref properties.Classorg.hibernate.property.BackrefPropertyAccessorHibernate ORM
BasicPropertyAccessorAccesses property values via a get/set pair, which may be nonpublic.Classorg.hibernate.propertyHibernate ORM
BasicPropertyAccessor .BasicGetterClassorg.hibernate.property.BasicPropertyAccessorHibernate ORM
BasicPropertyAccessor .BasicSetterClassorg.hibernate.property.BasicPropertyAccessorHibernate ORM
ChainedPropertyAccessorClassorg.hibernate.propertyHibernate ORM
DirectPropertyAccessorAccesses fields directly.Classorg.hibernate.propertyHibernate ORM
DirectPropertyAccessor .DirectGetterClassorg.hibernate.property.DirectPropertyAccessorHibernate ORM
DirectPropertyAccessor .DirectSetterClassorg.hibernate.property.DirectPropertyAccessorHibernate ORM
EmbeddedPropertyAccessorClassorg.hibernate.propertyHibernate ORM
EmbeddedPropertyAccessor .EmbeddedGetterClassorg.hibernate.property.EmbeddedPropertyAccessorHibernate ORM
EmbeddedPropertyAccessor .EmbeddedSetterClassorg.hibernate.property.EmbeddedPropertyAccessorHibernate ORM
GetterInterfaceorg.hibernate.propertyHibernate ORM
IndexPropertyAccessorRepresents a back-reference to the index of a collection.Classorg.hibernate.propertyHibernate ORM
IndexPropertyAccessor .IndexSetterThe Setter implementation for index backrefs.Classorg.hibernate.property.IndexPropertyAccessorHibernate ORM
MapAccessorClassorg.hibernate.propertyHibernate ORM
MapAccessor .MapGetterClassorg.hibernate.property.MapAccessorHibernate ORM
MapAccessor .MapSetterClassorg.hibernate.property.MapAccessorHibernate ORM
NoopAccessorUsed to declare properties not represented at the pojo levelConstructor SummaryNoopAccessor()Classorg.hibernate.propertyHibernate ORM
PropertyAccessExceptionA problem occurred accessing a property of an instance of a persistent class by reflection, or via CGLIB.Classorg.hibernateHibernate ORM
PropertyAccessorAbstracts the notion of a property.Interfaceorg.hibernate.propertyHibernate ORM
PropertyAccessorFactoryA factory for building/retrieving PropertyAccessor instances.Classorg.hibernate.propertyHibernate ORM
PropertyNotFoundExceptionIndicates that an expected getter or setter method could not beSee Also:Serialized FormClassorg.hibernateHibernate ORM
PropertyValueExceptionThrown when the (illegal) value of a property can not be persisted.Classorg.hibernateHibernate ORM
SetterSets values to a particular property.Interfaceorg.hibernate.propertyHibernate ORM