View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hibernate-annotations-3.5.6-Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.hibernate.cfg.annotations.reflection
├─ org.hibernate.cfg.annotations.reflection.JPAMetadataProvider.class - [JAR]
├─ org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader.class - [JAR]
├─ org.hibernate.cfg.annotations.reflection.XMLContext.class - [JAR]
org.hibernate.cfg.search
├─ org.hibernate.cfg.search.HibernateSearchEventListenerRegister.class - [JAR]
org.hibernate.cfg
├─ org.hibernate.cfg.AbstractPropertyHolder.class - [JAR]
├─ org.hibernate.cfg.AccessType.class - [JAR]
├─ org.hibernate.cfg.AnnotatedClassType.class - [JAR]
├─ org.hibernate.cfg.AnnotationBinder.class - [JAR]
├─ org.hibernate.cfg.AnnotationConfiguration.class - [JAR]
├─ org.hibernate.cfg.BinderHelper.class - [JAR]
├─ org.hibernate.cfg.ClassPropertyHolder.class - [JAR]
├─ org.hibernate.cfg.CollectionPropertyHolder.class - [JAR]
├─ org.hibernate.cfg.ColumnsBuilder.class - [JAR]
├─ org.hibernate.cfg.ComponentPropertyHolder.class - [JAR]
├─ org.hibernate.cfg.ConfigurationArtefactType.class - [JAR]
├─ org.hibernate.cfg.CopyIdentifierComponentSecondPass.class - [JAR]
├─ org.hibernate.cfg.CreateKeySecondPass.class - [JAR]
├─ org.hibernate.cfg.DefaultComponentSafeNamingStrategy.class - [JAR]
├─ org.hibernate.cfg.EJB3DTDEntityResolver.class - [JAR]
├─ org.hibernate.cfg.EJB3NamingStrategy.class - [JAR]
├─ org.hibernate.cfg.Ejb3Column.class - [JAR]
├─ org.hibernate.cfg.Ejb3DiscriminatorColumn.class - [JAR]
├─ org.hibernate.cfg.Ejb3JoinColumn.class - [JAR]
├─ org.hibernate.cfg.ExtendedMappings.class - [JAR]
├─ org.hibernate.cfg.FkSecondPass.class - [JAR]
├─ org.hibernate.cfg.IndexColumn.class - [JAR]
├─ org.hibernate.cfg.IndexOrUniqueKeySecondPass.class - [JAR]
├─ org.hibernate.cfg.InheritanceState.class - [JAR]
├─ org.hibernate.cfg.JoinedSubclassFkSecondPass.class - [JAR]
├─ org.hibernate.cfg.NotYetImplementedException.class - [JAR]
├─ org.hibernate.cfg.OneToOneSecondPass.class - [JAR]
├─ org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass.class - [JAR]
├─ org.hibernate.cfg.PropertyContainer.class - [JAR]
├─ org.hibernate.cfg.PropertyData.class - [JAR]
├─ org.hibernate.cfg.PropertyHolder.class - [JAR]
├─ org.hibernate.cfg.PropertyHolderBuilder.class - [JAR]
├─ org.hibernate.cfg.PropertyInferredData.class - [JAR]
├─ org.hibernate.cfg.PropertyPreloadedData.class - [JAR]
├─ org.hibernate.cfg.RecoverableException.class - [JAR]
├─ org.hibernate.cfg.SecondaryTableSecondPass.class - [JAR]
├─ org.hibernate.cfg.SetSimpleValueTypeSecondPass.class - [JAR]
├─ org.hibernate.cfg.ToOneBinder.class - [JAR]
├─ org.hibernate.cfg.ToOneFkSecondPass.class - [JAR]
├─ org.hibernate.cfg.UniqueConstraintHolder.class - [JAR]
├─ org.hibernate.cfg.VerifyFetchProfileReferenceSecondPass.class - [JAR]
├─ org.hibernate.cfg.WrappedInferredData.class - [JAR]
org.hibernate.mapping
├─ org.hibernate.mapping.IdGenerator.class - [JAR]
├─ org.hibernate.mapping.SyntheticProperty.class - [JAR]
org.hibernate.annotations
├─ org.hibernate.annotations.AccessType.class - [JAR]
├─ org.hibernate.annotations.Any.class - [JAR]
├─ org.hibernate.annotations.AnyMetaDef.class - [JAR]
├─ org.hibernate.annotations.AnyMetaDefs.class - [JAR]
├─ org.hibernate.annotations.BatchSize.class - [JAR]
├─ org.hibernate.annotations.Cache.class - [JAR]
├─ org.hibernate.annotations.CacheConcurrencyStrategy.class - [JAR]
├─ org.hibernate.annotations.CacheModeType.class - [JAR]
├─ org.hibernate.annotations.Cascade.class - [JAR]
├─ org.hibernate.annotations.CascadeType.class - [JAR]
├─ org.hibernate.annotations.Check.class - [JAR]
├─ org.hibernate.annotations.CollectionId.class - [JAR]
├─ org.hibernate.annotations.CollectionOfElements.class - [JAR]
├─ org.hibernate.annotations.Columns.class - [JAR]
├─ org.hibernate.annotations.DiscriminatorFormula.class - [JAR]
├─ org.hibernate.annotations.Entity.class - [JAR]
├─ org.hibernate.annotations.Fetch.class - [JAR]
├─ org.hibernate.annotations.FetchMode.class - [JAR]
├─ org.hibernate.annotations.FetchProfile.class - [JAR]
├─ org.hibernate.annotations.FetchProfiles.class - [JAR]
├─ org.hibernate.annotations.Filter.class - [JAR]
├─ org.hibernate.annotations.FilterDef.class - [JAR]
├─ org.hibernate.annotations.FilterDefs.class - [JAR]
├─ org.hibernate.annotations.FilterJoinTable.class - [JAR]
├─ org.hibernate.annotations.FilterJoinTables.class - [JAR]
├─ org.hibernate.annotations.Filters.class - [JAR]
├─ org.hibernate.annotations.FlushModeType.class - [JAR]
├─ org.hibernate.annotations.ForceDiscriminator.class - [JAR]
├─ org.hibernate.annotations.ForeignKey.class - [JAR]
├─ org.hibernate.annotations.Formula.class - [JAR]
├─ org.hibernate.annotations.Generated.class - [JAR]
├─ org.hibernate.annotations.GenerationTime.class - [JAR]
├─ org.hibernate.annotations.GenericGenerator.class - [JAR]
├─ org.hibernate.annotations.GenericGenerators.class - [JAR]
├─ org.hibernate.annotations.Immutable.class - [JAR]
├─ org.hibernate.annotations.Index.class - [JAR]
├─ org.hibernate.annotations.IndexColumn.class - [JAR]
├─ org.hibernate.annotations.JoinColumnOrFormula.class - [JAR]
├─ org.hibernate.annotations.JoinColumnsOrFormulas.class - [JAR]
├─ org.hibernate.annotations.JoinFormula.class - [JAR]
├─ org.hibernate.annotations.LazyCollection.class - [JAR]
├─ org.hibernate.annotations.LazyCollectionOption.class - [JAR]
├─ org.hibernate.annotations.LazyToOne.class - [JAR]
├─ org.hibernate.annotations.LazyToOneOption.class - [JAR]
├─ org.hibernate.annotations.Loader.class - [JAR]
├─ org.hibernate.annotations.ManyToAny.class - [JAR]
├─ org.hibernate.annotations.MapKey.class - [JAR]
├─ org.hibernate.annotations.MapKeyManyToMany.class - [JAR]
├─ org.hibernate.annotations.MetaValue.class - [JAR]
├─ org.hibernate.annotations.NamedNativeQueries.class - [JAR]
├─ org.hibernate.annotations.NamedNativeQuery.class - [JAR]
├─ org.hibernate.annotations.NamedQueries.class - [JAR]
├─ org.hibernate.annotations.NamedQuery.class - [JAR]
├─ org.hibernate.annotations.NaturalId.class - [JAR]
├─ org.hibernate.annotations.NotFound.class - [JAR]
├─ org.hibernate.annotations.NotFoundAction.class - [JAR]
├─ org.hibernate.annotations.OnDelete.class - [JAR]
├─ org.hibernate.annotations.OnDeleteAction.class - [JAR]
├─ org.hibernate.annotations.OptimisticLock.class - [JAR]
├─ org.hibernate.annotations.OptimisticLockType.class - [JAR]
├─ org.hibernate.annotations.OrderBy.class - [JAR]
├─ org.hibernate.annotations.ParamDef.class - [JAR]
├─ org.hibernate.annotations.Parameter.class - [JAR]
├─ org.hibernate.annotations.Parent.class - [JAR]
├─ org.hibernate.annotations.Persister.class - [JAR]
├─ org.hibernate.annotations.PolymorphismType.class - [JAR]
├─ org.hibernate.annotations.Proxy.class - [JAR]
├─ org.hibernate.annotations.ResultCheckStyle.class - [JAR]
├─ org.hibernate.annotations.SQLDelete.class - [JAR]
├─ org.hibernate.annotations.SQLDeleteAll.class - [JAR]
├─ org.hibernate.annotations.SQLInsert.class - [JAR]
├─ org.hibernate.annotations.SQLUpdate.class - [JAR]
├─ org.hibernate.annotations.Sort.class - [JAR]
├─ org.hibernate.annotations.SortType.class - [JAR]
├─ org.hibernate.annotations.Subselect.class - [JAR]
├─ org.hibernate.annotations.Synchronize.class - [JAR]
├─ org.hibernate.annotations.Table.class - [JAR]
├─ org.hibernate.annotations.Tables.class - [JAR]
├─ org.hibernate.annotations.Target.class - [JAR]
├─ org.hibernate.annotations.Tuplizer.class - [JAR]
├─ org.hibernate.annotations.Tuplizers.class - [JAR]
├─ org.hibernate.annotations.Type.class - [JAR]
├─ org.hibernate.annotations.TypeDef.class - [JAR]
├─ org.hibernate.annotations.TypeDefs.class - [JAR]
├─ org.hibernate.annotations.Where.class - [JAR]
├─ org.hibernate.annotations.WhereJoinTable.class - [JAR]
org.hibernate
├─ org.hibernate.AnnotationException.class - [JAR]
org.hibernate.cfg.beanvalidation
├─ org.hibernate.cfg.beanvalidation.BeanValidationActivator.class - [JAR]
├─ org.hibernate.cfg.beanvalidation.BeanValidationEventListener.class - [JAR]
├─ org.hibernate.cfg.beanvalidation.GroupsPerOperation.class - [JAR]
├─ org.hibernate.cfg.beanvalidation.HibernateTraversableResolver.class - [JAR]
├─ org.hibernate.cfg.beanvalidation.TypeSafeActivator.class - [JAR]
org.hibernate.cfg.annotations
├─ org.hibernate.cfg.annotations.ArrayBinder.class - [JAR]
├─ org.hibernate.cfg.annotations.BagBinder.class - [JAR]
├─ org.hibernate.cfg.annotations.CollectionBinder.class - [JAR]
├─ org.hibernate.cfg.annotations.CustomizableColumns.class - [JAR]
├─ org.hibernate.cfg.annotations.EntityBinder.class - [JAR]
├─ org.hibernate.cfg.annotations.IdBagBinder.class - [JAR]
├─ org.hibernate.cfg.annotations.ListBinder.class - [JAR]
├─ org.hibernate.cfg.annotations.MapBinder.class - [JAR]
├─ org.hibernate.cfg.annotations.MapKeyColumnDelegator.class - [JAR]
├─ org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator.class - [JAR]
├─ org.hibernate.cfg.annotations.Nullability.class - [JAR]
├─ org.hibernate.cfg.annotations.PrimitiveArrayBinder.class - [JAR]
├─ org.hibernate.cfg.annotations.PropertyBinder.class - [JAR]
├─ org.hibernate.cfg.annotations.QueryBinder.class - [JAR]
├─ org.hibernate.cfg.annotations.ResultsetMappingSecondPass.class - [JAR]
├─ org.hibernate.cfg.annotations.SetBinder.class - [JAR]
├─ org.hibernate.cfg.annotations.SimpleValueBinder.class - [JAR]
├─ org.hibernate.cfg.annotations.TableBinder.class - [JAR]
├─ org.hibernate.cfg.annotations.Version.class - [JAR]
org.hibernate.type
├─ org.hibernate.type.AbstractLobType.class - [JAR]
├─ org.hibernate.type.ByteArrayBlobType.class - [JAR]
├─ org.hibernate.type.CharacterArrayClobType.class - [JAR]
├─ org.hibernate.type.EnumType.class - [JAR]
├─ org.hibernate.type.PrimitiveByteArrayBlobType.class - [JAR]
├─ org.hibernate.type.PrimitiveCharacterArrayClobType.class - [JAR]
├─ org.hibernate.type.SerializableToBlobType.class - [JAR]
├─ org.hibernate.type.StringClobType.class - [JAR]
├─ org.hibernate.type.WrappedMaterializedBlobType.class - [JAR]