Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatooOrg/BatooJPA
/ functions
Functions
6,989 in github.com/BatooOrg/BatooJPA
⨍
Functions
6,989
◇
Types & classes
1,180
↓ 1 callers
Method
getPrecision
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/JoinColumn.java:244
↓ 1 callers
Method
getPrimaryKeyJoinColumnMetadata
Returns the list of primary key join columns of the secondary table. @return the list of primary key join columns of the secondary table @since 2.0.
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/SecondaryTableMetadata.java:38
↓ 1 callers
Method
getPrimaryKeyJoinColumns
Returns the primary key join columns definition of the one to one attribute. @return the primary key join columns definition of the one to one attrib
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/OneToOneAttributeMetadata.java:41
↓ 1 callers
Method
getPrimaryTable
Returns the primary table of the type @return the primary table @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1473
↓ 1 callers
Method
getPrimitiveType
@return @since 2.0.1
batoo-jpa/src/main/java/org/batoo/common/reflect/FieldAccessor.java:114
↓ 1 callers
Method
getPrimitiveType
@return @since 2.0.1
batoo-jpa/src/main/java/org/batoo/common/reflect/UnsafeFieldAccessor.java:133
↓ 1 callers
Method
getProductNames
@return the JDBC Driver this adapter works with @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/AbstractJdbcAdaptor.java:243
↓ 1 callers
Method
getProperties
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerFactoryImpl.java:643
↓ 1 callers
Method
getProvider
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/parser/PersistenceParserImpl.java:187
↓ 1 callers
Method
getProvider
Gets the value of the provider property. @return possible object is {@link String }
batoo-jpa/src/main/java/org/batoo/jpa/parser/persistence/Persistence.java:295
↓ 1 callers
Method
getProviderNames
Locate all JPA provider services files and collect all of the provider names available.
persistence-api/src/main/java/javax/persistence/spi/PersistenceProviderResolverHolder.java:168
↓ 1 callers
Method
getQuantity
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Order2.java:71
↓ 1 callers
Method
getQuantity
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Order3.java:71
↓ 1 callers
Method
getQueryString
Returns the query. @return the query @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/jpql/JpqlQuery.java:1588
↓ 1 callers
Method
getReferencedTableName
Returns the referenced table of the foreign key. @return the referenced table of the foreign key @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ForeignKey.java:394
↓ 1 callers
Method
getReferences
()
community/src/test/java/org/batoo/jpa/community/test/t8/ValuedCustomer.java:68
↓ 1 callers
Method
getRemoveAllSql
()
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/JoinTable.java:152
↓ 1 callers
Method
getRemoveAllSql
()
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/CollectionTable.java:142
↓ 1 callers
Method
getRemoveBatchSize
Returns the removeBatchSize of the JdbcAdaptor. @return the removeBatchSize of the JdbcAdaptor @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:948
↓ 1 callers
Method
getRemoveSql
(int size)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/EntityTable.java:201
↓ 1 callers
Method
getRemoveSql
()
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/JoinTable.java:178
↓ 1 callers
Method
getRemoveSql
()
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/CollectionTable.java:168
↓ 1 callers
Method
getRemoveValidators
Returns the set of remove validators. @return the set of remove validators. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerFactoryImpl.java:668
↓ 1 callers
Method
getResultList
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/nativequery/NativeQuery.java:486
↓ 1 callers
Method
getResultList
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/QueryImpl.java:733
↓ 1 callers
Method
getResultListImpl
()
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/nativequery/NativeQuery.java:495
↓ 1 callers
Method
getResultListImpl
()
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/QueryImpl.java:750
↓ 1 callers
Method
getRollbackOnly
Determine whether the current resource transaction has been marked for rollback. @return boolean indicating whether the transaction has been marked f
persistence-api/src/main/java/javax/persistence/EntityTransaction.java:33
↓ 1 callers
Method
getRoot
Return the query root. @return the query root
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaModify.java:173
↓ 1 callers
Method
getRoots
Return the query roots. These are the roots that have been defined for the CriteriaQuery or Subquery itself, including any subquery roots defined as a
persistence-api/src/main/java/javax/persistence/criteria/AbstractQuery.java:89
↓ 1 callers
Method
getScale
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/AbstractColumn.java:200
↓ 1 callers
Method
getScale
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/JoinColumn.java:286
↓ 1 callers
Method
getSchema
Returns the schema. @return the schema @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/orm/PersistenceUnitDefaults.java:103
↓ 1 callers
Method
getSelectCriteria
()
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/ElementCollectionMappingImpl.java:333
↓ 1 callers
Method
getSelectLastIdentitySql
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/H2Adaptor.java:283
↓ 1 callers
Method
getSelectMapCriteria
()
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/ElementCollectionMappingImpl.java:365
↓ 1 callers
Method
getSelectSql
()
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/generator/TableIdQueue.java:100
↓ 1 callers
Method
getSource
()
persistence-api/src/main/java/javax/persistence/spi/PersistenceProviderResolverHolder.java:60
↓ 1 callers
Method
getSourceKey
Returns the sourceKey of the JoinTable. @return the sourceKey of the JoinTable @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/JoinTable.java:218
↓ 1 callers
Method
getSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/CaseTransformationExpression.java:121
↓ 1 callers
Method
getSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/ConcatExpression.java:120
↓ 1 callers
Method
getSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/NullExpression.java:82
↓ 1 callers
Method
getSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/SimpleConstantExpression.java:95
↓ 1 callers
Method
getSqlResultSetMappings
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/EntityMetadataImpl.java:259
↓ 1 callers
Method
getSqlType
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/AbstractColumn.java:207
↓ 1 callers
Method
getSqlType
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/JoinColumn.java:295
↓ 1 callers
Method
getStrKey
Returns the strKey. @return the strKey @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/idclass/Foo.java:94
↓ 1 callers
Method
getStrKey
Returns the strKey. @return the strKey @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddedid/FooPk.java:108
↓ 1 callers
Method
getStrategy
Returns the strategy of the generated value. @return the strategy of the generated value @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/GeneratedValueMetadata.java:47
↓ 1 callers
Method
getTable
Returns the table of the ForeignKey. @return the table of the ForeignKey @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ForeignKey.java:477
↓ 1 callers
Method
getTableName
Returns the table name of the column. @return the table name of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:144
↓ 1 callers
Method
getTargetClass
Returns the name of the target class. @return the name of the target class @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/ElementCollectionAttributeMetadata.java:79
↓ 1 callers
Method
getTemporalType
Returns the temporal type. @return the enum type @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/ElementCollectionAttributeMetadata.java:88
↓ 1 callers
Method
getTitle
Returns the title of the Course. @return the title of the Course @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/inheritence/complex/Course.java:111
↓ 1 callers
Method
getTransactionManager
Returns the transaction manager. @return the transaction manager @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/JtaEntityManagerFactoryImpl.java:114
↓ 1 callers
Method
getTransients
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/orm/attribute/AttributesElement.java:170
↓ 1 callers
Method
getType
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/EmbeddedMappingImpl.java:288
↓ 1 callers
Method
getType
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/EntityMapping.java:118
↓ 1 callers
Method
getType
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/ElementMappingImpl.java:121
↓ 1 callers
Method
getType
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/attribute/EmbeddedAttribute.java:155
↓ 1 callers
Method
getTypeImpl
(Class<?> clazz, Class<?> originalType, String methodName, List<Type> arguments)
batoo-jpa/src/main/java/org/batoo/common/reflect/ReflectHelper.java:383
↓ 1 callers
Method
getUnSafe
()
batoo-jpa/src/main/java/org/batoo/common/reflect/ReflectHelper.java:429
↓ 1 callers
Method
getUniqueConstraints
Returns the list of unique constraints of the table. @return the list of unique constraints of the table @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/TableMetadata.java:56
↓ 1 callers
Method
getUpdateSql
Returns the query to update the id table. @return the query to update the id table @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/generator/TableIdQueue.java:117
↓ 1 callers
Method
getUpdateValidators
Returns the set of update validators. @return the set of update validators. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerFactoryImpl.java:679
↓ 1 callers
Method
getUserName
()
community/src/test/java/org/batoo/jpa/community/test/i103/Users.java:173
↓ 1 callers
Method
getValidationFactory
Returns the validation factory. @return the validation factory. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerFactoryImpl.java:690
↓ 1 callers
Method
getValue
Returns the value of the E2. @return the value of the E2 @since 2.0.0
community/src/test/java/org/batoo/jpa/community/test/t4/E2.java:91
↓ 1 callers
Method
getValue
Returns the value of the Foo1. @return the value of the Foo1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/columnTransformer/FooWrite.java:64
↓ 1 callers
Method
getVersionType
Returns the type of the version attribute. @return the type of the version attribute @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/IdentifiableTypeImpl.java:477
↓ 1 callers
Method
getVersionUpdateSql
Returns the version update statement for the table specifically. @param pkColumns the primary key columns @return the update statement @s
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/AbstractTable.java:667
↓ 1 callers
Method
getWorkPhones
Returns the workPhones. @return the workPhones @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Person.java:195
↓ 1 callers
Method
getWrite
Return the custom write sql expression @return the custom write sql expression @since version
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/ColumnTransformerMetadata.java:45
↓ 1 callers
Method
greaterThan
Create a predicate for testing whether the first argument is greater than the second. @param x expression @param y expression @
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:606
↓ 1 callers
Method
greaterThanOrEqualTo
Create a predicate for testing whether the first argument is greater than or equal to the second. @param x expression @param y
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:632
↓ 1 callers
Method
groupBy
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaQueryImpl.java:155
↓ 1 callers
Method
gt
Create a predicate for testing whether the first argument is greater than the second. @param x expression @param y expression @
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:667
↓ 1 callers
Method
handle
Handles and returns the value created from the result set. @param rs the result set @return the value created from the result set @throws
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/QueryImpl.java:802
↓ 1 callers
Method
handle
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/dbutils/SingleValueHandler.java:49
↓ 1 callers
Method
handleAdditions
Handles the additions to the collections. @return the array of changed instances @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/SessionImpl.java:521
↓ 1 callers
Method
handleAsScalar
(ResultSet resultSet)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/nativequery/NativeQuery.java:565
↓ 1 callers
Method
handleAssociationFetch
(SessionImpl session, final ResultSet row, Object instance, final FetchImpl<X, ?> fetch)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/FetchParentImpl.java:817
↓ 1 callers
Method
handleAssociationOverrides
Handles the association override definitions of the entity. <p> If metadata provides at least one association override definition then the its definit
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/EntityMetadataImpl.java:297
↓ 1 callers
Method
handleAttributeOverrides
Handles the attribute override definitions of the entity. <p> If metadata provides at least one attribute override definition then the its definitions
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/EntityMetadataImpl.java:336
↓ 1 callers
Method
handleAttributeOverrides
Handles the attribute overrides. @param member the member @param parsed the list of annotations parsed @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/ElementCollectionAttributeMetadataImpl.java:305
↓ 1 callers
Method
handleBasics
Handles the basic attributes. @return the list of basic attributes @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/AttributesMetadataImpl.java:420
↓ 1 callers
Method
handleCacheable
Handles the cacheability of the entity. <p> If metadata specifies the cacheability definition, the definition is returned. <p> Then if the {@link Cach
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/EntityMetadataImpl.java:377
↓ 1 callers
Method
handleCallbacks
Handles the callbacks. @param metadata the metadata @return the entity listener metadata @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/IdentifiableMetadataImpl.java:132
↓ 1 callers
Method
handleChild
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/orm/TableElement.java:120
↓ 1 callers
Method
handleCollectionTable
Handles the {@link CollectionTable} annotation. @param member the member @param parsed the list of annotations parsed @return t
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/ElementCollectionAttributeMetadataImpl.java:334
↓ 1 callers
Method
handleColumn
Handles the {@link Column} annotation. @param member the member @param parsed the list of annotations parsed @return the map ke
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/ElementCollectionAttributeMetadataImpl.java:355
↓ 1 callers
Method
handleDefaultListeners
Handles the default listeners exclusion. @param metadata the metadata @return if default listeners excluded @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/IdentifiableMetadataImpl.java:150
↓ 1 callers
Method
handleElementCollectionFetch
(ResultSet row, Object instance, FetchImpl<X, ?> fetch)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/FetchParentImpl.java:866
↓ 1 callers
Method
handleElementCollections
Handles the element collection attributes. @return list of element collections attributes. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/AttributesMetadataImpl.java:446
↓ 1 callers
Method
handleEmbeddedIds
Handles the embedded id attributes. @return list of embedded ids. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/AttributesMetadataImpl.java:474
↓ 1 callers
Method
handleEmbeddeds
Handles the embedded attributes. @return list of embedded attributes. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/AttributesMetadataImpl.java:500
↓ 1 callers
Method
handleEntityListeners
Handles the entity listeners. @param metadata the metadata @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/IdentifiableMetadataImpl.java:173
↓ 1 callers
Method
handleEnumType
Handles the {@link Enumerated} annotation. @param member the member @param parsed the list of annotations parsed @return the ma
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/ElementCollectionAttributeMetadataImpl.java:377
↓ 1 callers
Method
handleException
Handles the exception. @param t the exception @throws BatooException @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/deployment/DeploymentManager.java:242
↓ 1 callers
Method
handleExternals
Handles the external entities that are updated @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/SessionImpl.java:537
← previous
next →
1,701–1,800 of 6,989, ranked by callers