jar

org.beangle.data : beangle-data-orm_3

Maven & Gradle

Aug 09, 2023
13 usages
0 stars

beangle-data-orm · The Beangle Data Library

Table Of Contents

Latest Version

Download org.beangle.data : beangle-data-orm_3 JAR file - Latest Versions:

All Versions

Download org.beangle.data : beangle-data-orm_3 JAR file - All Versions:

Version Vulnerabilities Size Updated
5.6.x
5.5.x
5.4.x
5.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window beangle-data-orm_3-5.6.23.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.beangle.data.orm.tool

├─ org.beangle.data.orm.tool.DdlGenerator.class - [JAR]

├─ org.beangle.data.orm.tool.SchemaExporter.class - [JAR]

org.beangle.data.model.util

├─ org.beangle.data.model.util.ConvertPopulator.class - [JAR]

├─ org.beangle.data.model.util.Hierarchicals.class - [JAR]

├─ org.beangle.data.model.util.Id.class - [JAR]

├─ org.beangle.data.model.util.Populator.class - [JAR]

org.beangle.data.model.event

├─ org.beangle.data.model.event.AbstractEntityEvent.class - [JAR]

├─ org.beangle.data.model.event.EntityCreationEvent.class - [JAR]

├─ org.beangle.data.model.event.EntityRemovalEvent.class - [JAR]

├─ org.beangle.data.model.event.EntityUpdatedEvent.class - [JAR]

org.beangle.data.orm

├─ org.beangle.data.orm.Collection.class - [JAR]

├─ org.beangle.data.orm.ColumnHolder.class - [JAR]

├─ org.beangle.data.orm.Fetchable.class - [JAR]

├─ org.beangle.data.orm.IdGenerator.class - [JAR]

├─ org.beangle.data.orm.Jpas.class - [JAR]

├─ org.beangle.data.orm.MappingMacro.class - [JAR]

├─ org.beangle.data.orm.MappingModule.class - [JAR]

├─ org.beangle.data.orm.Mappings.class - [JAR]

├─ org.beangle.data.orm.Name.class - [JAR]

├─ org.beangle.data.orm.NamingPolicy.class - [JAR]

├─ org.beangle.data.orm.OrmBasicType.class - [JAR]

├─ org.beangle.data.orm.OrmCollectionProperty.class - [JAR]

├─ org.beangle.data.orm.OrmEmbeddableType.class - [JAR]

├─ org.beangle.data.orm.OrmEntityType.class - [JAR]

├─ org.beangle.data.orm.OrmMapProperty.class - [JAR]

├─ org.beangle.data.orm.OrmPluralProperty.class - [JAR]

├─ org.beangle.data.orm.OrmProperty.class - [JAR]

├─ org.beangle.data.orm.OrmSingularProperty.class - [JAR]

├─ org.beangle.data.orm.OrmStructType.class - [JAR]

├─ org.beangle.data.orm.OrmType.class - [JAR]

├─ org.beangle.data.orm.Proxy.class - [JAR]

├─ org.beangle.data.orm.SimpleColumn.class - [JAR]

├─ org.beangle.data.orm.TypeDef.class - [JAR]

org.beangle.data.model

├─ org.beangle.data.model.Component.class - [JAR]

├─ org.beangle.data.model.Entity.class - [JAR]

├─ org.beangle.data.model.IntId.class - [JAR]

├─ org.beangle.data.model.IntIdEntity.class - [JAR]

├─ org.beangle.data.model.LongId.class - [JAR]

├─ org.beangle.data.model.LongIdEntity.class - [JAR]

├─ org.beangle.data.model.NumId.class - [JAR]

├─ org.beangle.data.model.ShortId.class - [JAR]

├─ org.beangle.data.model.ShortIdEntity.class - [JAR]

├─ org.beangle.data.model.StringId.class - [JAR]

├─ org.beangle.data.model.StringIdEntity.class - [JAR]

org.beangle.data.orm.hibernate

├─ org.beangle.data.orm.hibernate.ConfigurationBuilder.class - [JAR]

├─ org.beangle.data.orm.hibernate.DomainFactory.class - [JAR]

├─ org.beangle.data.orm.hibernate.HibernateEntityDao.class - [JAR]

├─ org.beangle.data.orm.hibernate.HibernateTransactionManager.class - [JAR]

├─ org.beangle.data.orm.hibernate.LocalSessionFactoryBean.class - [JAR]

├─ org.beangle.data.orm.hibernate.QuerySupport.class - [JAR]

├─ org.beangle.data.orm.hibernate.ScalaPropertyAccessBasicImpl.class - [JAR]

├─ org.beangle.data.orm.hibernate.ScalaPropertyAccessStrategy.class - [JAR]

├─ org.beangle.data.orm.hibernate.ScalaPropertyAccessor.class - [JAR]

├─ org.beangle.data.orm.hibernate.SessionHelper.class - [JAR]

├─ org.beangle.data.orm.hibernate.SpringSessionContext.class - [JAR]

org.beangle.data.orm.cfg

├─ org.beangle.data.orm.cfg.AnnotationModule.class - [JAR]

├─ org.beangle.data.orm.cfg.EJB3NamingPolicy.class - [JAR]

├─ org.beangle.data.orm.cfg.MappingProfile.class - [JAR]

├─ org.beangle.data.orm.cfg.Profiles.class - [JAR]

├─ org.beangle.data.orm.cfg.RailsNamingPolicy.class - [JAR]

org.beangle.data.jsonapi

├─ org.beangle.data.jsonapi.JsonAPI.class - [JAR]

org.beangle.data.model.meta

├─ org.beangle.data.model.meta.BasicType.class - [JAR]

├─ org.beangle.data.model.meta.CollectionProperty.class - [JAR]

├─ org.beangle.data.model.meta.Domain.class - [JAR]

├─ org.beangle.data.model.meta.EmbeddableType.class - [JAR]

├─ org.beangle.data.model.meta.EntityType.class - [JAR]

├─ org.beangle.data.model.meta.ImmutableDomain.class - [JAR]

├─ org.beangle.data.model.meta.MapProperty.class - [JAR]

├─ org.beangle.data.model.meta.PluralProperty.class - [JAR]

├─ org.beangle.data.model.meta.Property.class - [JAR]

├─ org.beangle.data.model.meta.SingularProperty.class - [JAR]

├─ org.beangle.data.model.meta.StructType.class - [JAR]

├─ org.beangle.data.model.meta.Type.class - [JAR]

org.beangle.data.orm.hibernate.cfg

├─ org.beangle.data.orm.hibernate.cfg.BindMetadataBuilderFactory.class - [JAR]

├─ org.beangle.data.orm.hibernate.cfg.BindSourceProcessor.class - [JAR]

├─ org.beangle.data.orm.hibernate.cfg.MappingService.class - [JAR]

org.beangle.data.orm.hibernate.jdbc

├─ org.beangle.data.orm.hibernate.jdbc.IntJdbcType.class - [JAR]

org.beangle.data.orm.hibernate.udt

├─ org.beangle.data.orm.hibernate.udt.BagType.class - [JAR]

├─ org.beangle.data.orm.hibernate.udt.EnumType.class - [JAR]

├─ org.beangle.data.orm.hibernate.udt.MapType.class - [JAR]

├─ org.beangle.data.orm.hibernate.udt.PersistentBag.class - [JAR]

├─ org.beangle.data.orm.hibernate.udt.PersistentMap.class - [JAR]

├─ org.beangle.data.orm.hibernate.udt.PersistentSeq.class - [JAR]

├─ org.beangle.data.orm.hibernate.udt.PersistentSet.class - [JAR]

├─ org.beangle.data.orm.hibernate.udt.SeqHelper.class - [JAR]

├─ org.beangle.data.orm.hibernate.udt.SeqType.class - [JAR]

├─ org.beangle.data.orm.hibernate.udt.SetType.class - [JAR]

├─ org.beangle.data.orm.hibernate.udt.ValueType.class - [JAR]

├─ org.beangle.data.orm.hibernate.udt.YearMonthType.class - [JAR]

org.beangle.data.orm.hibernate.id

├─ org.beangle.data.orm.hibernate.id.AbstractSqlStyleGenerator.class - [JAR]

├─ org.beangle.data.orm.hibernate.id.AutoIncrementGenerator.class - [JAR]

├─ org.beangle.data.orm.hibernate.id.CodeStyleGenerator.class - [JAR]

├─ org.beangle.data.orm.hibernate.id.DateStyleGenerator.class - [JAR]

├─ org.beangle.data.orm.hibernate.id.DateTimeStyleGenerator.class - [JAR]

├─ org.beangle.data.orm.hibernate.id.IdHelper.class - [JAR]

org.beangle.data.model.pojo

├─ org.beangle.data.model.pojo.Coded.class - [JAR]

├─ org.beangle.data.model.pojo.DateRange.class - [JAR]

├─ org.beangle.data.model.pojo.Enabled.class - [JAR]

├─ org.beangle.data.model.pojo.Hierarchical.class - [JAR]

├─ org.beangle.data.model.pojo.InstantRange.class - [JAR]

├─ org.beangle.data.model.pojo.Journal.class - [JAR]

├─ org.beangle.data.model.pojo.Named.class - [JAR]

├─ org.beangle.data.model.pojo.Remark.class - [JAR]

├─ org.beangle.data.model.pojo.TemporalAt.class - [JAR]

├─ org.beangle.data.model.pojo.TemporalOn.class - [JAR]

├─ org.beangle.data.model.pojo.Updated.class - [JAR]

org.beangle.data.dao

├─ org.beangle.data.dao.AbstractDao.class - [JAR]

├─ org.beangle.data.dao.AbstractQueryBuilder.class - [JAR]

├─ org.beangle.data.dao.AbstractQueryPage.class - [JAR]

├─ org.beangle.data.dao.Condition.class - [JAR]

├─ org.beangle.data.dao.Conditions.class - [JAR]

├─ org.beangle.data.dao.Dao.class - [JAR]

├─ org.beangle.data.dao.EntityDao.class - [JAR]

├─ org.beangle.data.dao.LimitQuery.class - [JAR]

├─ org.beangle.data.dao.Operation.class - [JAR]

├─ org.beangle.data.dao.OperationType.class - [JAR]

├─ org.beangle.data.dao.OqlBuilder.class - [JAR]

├─ org.beangle.data.dao.PageIterator.class - [JAR]

├─ org.beangle.data.dao.Query.class - [JAR]

├─ org.beangle.data.dao.QueryBean.class - [JAR]

├─ org.beangle.data.dao.QueryBuilder.class - [JAR]

├─ org.beangle.data.dao.QueryPage.class - [JAR]

├─ org.beangle.data.dao.SqlBuilder.class - [JAR]

org.beangle.data.model.annotation

├─ org.beangle.data.model.annotation.code.class - [JAR]

├─ org.beangle.data.model.annotation.config.class - [JAR]

├─ org.beangle.data.model.annotation.flash.class - [JAR]

├─ org.beangle.data.model.annotation.log.class - [JAR]

├─ org.beangle.data.model.annotation.shard.class - [JAR]

├─ org.beangle.data.model.annotation.temp.class - [JAR]

Advertisement

Dependencies from Group

May 28, 2021
31 usages
0 stars
Apr 30, 2019
30 usages
0 stars
Apr 30, 2019
24 usages
0 stars
Jun 01, 2015
22 usages
0 stars

Discover Dependencies

Feb 18, 2022
2 usages
55 stars
Jul 26, 2023
2 usages
45 stars
Aug 22, 2023
3 usages
31 stars
May 16, 2018
6 usages
Jul 14, 2018
4 usages
2 stars
Jan 14, 2020
2 usages
597 stars
Apr 30, 2015
1 usages
1 stars
Jul 13, 2015
1 usages
1 stars
May 19, 2016
2 usages
Nov 28, 2017
2 usages
8 stars