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
↓ 5 callers
Method
performRemove
Performs the remove for the join. @param connection the connection @param source the source instance @param key the
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/JoinableTable.java:68
↓ 5 callers
Method
person
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytoone/ManyToOneTest.java:41
↓ 5 callers
Method
person
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/managedcollection/ManagedCollectionTest.java:32
↓ 5 callers
Method
setFootype
Sets the footype of the Foo. @param footype the footype to set for Foo @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/enums/Foo.java:94
↓ 5 callers
Method
setFootype2
Sets the footype2 of the Foo. @param footype2 the footype2 to set for Foo @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/enums/Foo.java:106
↓ 5 callers
Method
setJoinLoaded
Sets the association as loaded. @param mapping the association @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/ManagedInstance.java:992
↓ 5 callers
Method
setMaxResults
Set the maximum number of results to retrieve. @param maxResult @return the same query instance @throws IllegalArgumentException if the a
persistence-api/src/main/java/javax/persistence/Query.java:283
↓ 5 callers
Method
setRollbackOnly
Mark the current resource transaction so that the only possible outcome of the transaction is for the transaction to be rolled back. @throws IllegalS
persistence-api/src/main/java/javax/persistence/EntityTransaction.java:60
↓ 5 callers
Method
setValueExt1
Sets the valueExt1. @param valueExt1 the valueExt1 to set @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/inheritence/single/FooExt1.java:51
↓ 5 callers
Method
synpred15_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19229
↓ 5 callers
Method
synpred17_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19117
↓ 4 callers
Method
__enhanced__$$__setInternalCall
Sets the internal property so that the instance knows the next call will be internal. @param internal the new internal status @since 2.0.
batoo-jpa/src/main/java/org/batoo/common/reflect/InternalInstance.java:39
↓ 4 callers
Method
addAttribute
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/IdentifiableTypeImpl.java:109
↓ 4 callers
Method
addSequenceGenerator
Adds the sequence generator to the metamodel @param metadata the generator metadata @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:306
↓ 4 callers
Method
addTableGenerator
Adds the table generator to the metamodel @param metadata the generator metadata @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:346
↓ 4 callers
Method
assertOpen
Checks if the entity manager factory is open. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerFactoryImpl.java:252
↓ 4 callers
Method
checkTransient
Checks if the instance is managed in this session @param instance the instance to check @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/SessionImpl.java:127
↓ 4 callers
Method
conditional_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:8346
↓ 4 callers
Method
convertTemporal
(TemporalType temporalType, Calendar value)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/nativequery/NativeQuery.java:237
↓ 4 callers
Method
convertValue
Converts the value corresponding to enum, temporal type, number or [cb]lob. @param connection the connection @param value the r
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:45
↓ 4 callers
Method
convertValueForSet
Converts the value corresponding to enum, temporal type, number or [cb]lob. @param value the raw value @return the converted value @since
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/AbstractColumn.java:139
↓ 4 callers
Method
createConstructor
Creates and returns a fast constructor accessor. @param constructor the original constructor @return the constructor accessor @since 2.0.
batoo-jpa/src/main/java/org/batoo/common/reflect/ReflectHelper.java:141
↓ 4 callers
Method
createQuery
Creates and returns the query for delete operation. @param deleteQuery the delete criteria query @return the query for delete operation @
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:373
↓ 4 callers
Method
cu
Creates and returns a JPQL update query. @param qlString the query string @return the query @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/BaseCoreTest.java:203
↓ 4 callers
Method
deleteAny
Delete any character in a given String. @param inString the original String @param charsToDelete a set of characters to delete.
batoo-jpa/src/main/java/org/batoo/common/util/StringUtils.java:414
↓ 4 callers
Method
distinct
Specify whether duplicate query results will be eliminated. A true value will cause duplicates to be eliminated. A false value will cause duplicates t
persistence-api/src/main/java/javax/persistence/criteria/Subquery.java:104
↓ 4 callers
Method
embeddable
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:426
↓ 4 callers
Method
enhance
Enhances a type. @param <T> the type of the entity @param type the type for the class @return the enhanced class @throws Except
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/Enhancer.java:510
↓ 4 callers
Method
entity
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:436
↓ 4 callers
Method
enum_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:14593
↓ 4 callers
Method
excludeFieldNames
Sets the field names to exclude. @param fieldNames The excludeFieldNames to excluding from toString or <code>null</code>. @return <code>th
batoo-jpa/src/main/java/org/batoo/common/log/ToStringBuilder.java:252
↓ 4 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/SimpleCaseImpl.java:75
↓ 4 callers
Method
generateSql
Returns the generated SQL. @return the generated SQL @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/BaseQuery.java:58
↓ 4 callers
Method
generateSqlSelect
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/path/BasicPath.java:104
↓ 4 callers
Method
getAddress
Returns the address. @return the address @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/Foo.java:51
↓ 4 callers
Method
getAddresses
Returns the addresses. @return the addresses @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/strategy/Person.java:84
↓ 4 callers
Method
getAttributeOverride
Returns the attribute override or <code>null</code> @param path the current path @return the attribute override or <code>null</code> @sin
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/EmbeddedMappingImpl.java:168
↓ 4 callers
Method
getBars
Returns the bars of the Foo. @return the bars of the Foo @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/validation/Foo.java:65
↓ 4 callers
Method
getChildType
Returns the child based on the <code>discriminatorValue</code> value. @param discriminatorValue the discriminator value of the child @retu
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:760
↓ 4 callers
Method
getCity
Returns the city. @return the city @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/overrides/Address.java:41
↓ 4 callers
Method
getCity
@return the city
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytoone/Address.java:62
↓ 4 callers
Method
getCountry
Returns the country. @return the country @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/lazy/Address.java:95
↓ 4 callers
Method
getDelegate
Returns the delegate collection. @return the delegate collection @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedCollection.java:158
↓ 4 callers
Method
getFetchType
Returns the fetch type of the attribute. @return the fetch type of the attribute @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/BasicAttributeMetadata.java:60
↓ 4 callers
Method
getFoos
Returns the foos. @return the foos @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/inheritence/joined/Bar2.java:54
↓ 4 callers
Method
getFootype
Returns the footype of the Foo. @return the footype of the Foo @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/enums/Foo.java:60
↓ 4 callers
Method
getFootype2
Returns the footype2 of the Foo. @return the footype2 of the Foo @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/enums/Foo.java:71
↓ 4 callers
Method
getGroupList
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/AbstractCriteriaQueryImpl.java:335
↓ 4 callers
Method
getGroupRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/AbstractCriteriaQueryImpl.java:347
↓ 4 callers
Method
getHomeAddress
Returns the homeAddress. @return the homeAddress @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/overrides/Foo.java:61
↓ 4 callers
Method
getId
()
community/src/test/java/org/batoo/jpa/community/test/criteriaQueryWithCalendar/CalendarTemporalFieldEntity.java:64
↓ 4 callers
Method
getId
Returns the id. @return the id @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddedid/Foo.java:66
↓ 4 callers
Method
getId
Returns the id. @return the id @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/onetoone/Employee.java:81
↓ 4 callers
Method
getId
Returns the id of the Manager. @return the id of the Manager @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Manager.java:111
↓ 4 callers
Method
getId
Returns the id. @return the id @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/onetoonetoone/Employee.java:108
↓ 4 callers
Method
getIdClass
Returns the id class of the identifiable type. @return the id class of the identifiable type @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/type/IdentifiableTypeMetadata.java:68
↓ 4 callers
Method
getIdImpl
(Object instance, SingularMapping<?, ?> idMapping, MutableBoolean allNull)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1020
↓ 4 callers
Method
getIndex
Returns the index definition. @return the index definition @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/BasicAttributeMetadata.java:69
↓ 4 callers
Method
getJoinColumns
Returns the list of join columns of the foreign key. @return the list of join columns of the foreign key. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ForeignKey.java:332
↓ 4 callers
Method
getJoinTable
Returns the join table definition. @return the join table definition @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/AssociationMetadata.java:47
↓ 4 callers
Method
getJtaDataSource
Returns the JTA datasource JNDI name. @return the JTA datasource JNDI name @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/PersistenceParser.java:52
↓ 4 callers
Method
getKeyColumn
Returns the key column of the collection table. @return the key column of the collection table @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/CollectionTable.java:116
↓ 4 callers
Method
getKeyJavaType
Return the Java type of the map key. @return Java key type
persistence-api/src/main/java/javax/persistence/metamodel/MapAttribute.java:19
↓ 4 callers
Method
getLockMode
Returns the lock mode. @return the lock mode @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/NamedQueryMetadata.java:49
↓ 4 callers
Method
getMapping
Returns the mapping of the fetch. @return the mapping of the fetch or <code>null</code> if the fetch is root @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/FetchParentImpl.java:679
↓ 4 callers
Method
getMapsId
Returns the mapsId of the AssociatedSingularAttribute. @return the mapsId of the AssociatedSingularAttribute @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/SingularAssociationMapping.java:41
↓ 4 callers
Method
getName
@return the name
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytoone/Person.java:93
↓ 4 callers
Method
getNextComposite
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/serialization/CompositeEntity.java:67
↓ 4 callers
Method
getNonJtaDataSource
Returns the non-JTA datasource JNDI name. @return the non-JTA datasource JNDI name @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/PersistenceParser.java:70
↓ 4 callers
Method
getOrderColumn
Returns the order column definition. @return the order column definition @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/PluralAttributeMetadata.java:107
↓ 4 callers
Method
getParameterMetaData
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/PreparedStatementProxy.java:501
↓ 4 callers
Method
getPrimaryTableAlias
Returns the alias of the primary table. @param query the query @return the alias of the primary table @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/FetchParentImpl.java:708
↓ 4 callers
Method
getQuantity
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Order.java:133
↓ 4 callers
Method
getReferencedTable
Returns the referenced table. @return the referenced table @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/JoinColumn.java:278
↓ 4 callers
Method
getRestrictionColumns
Returns the restriction columns of the table. @return the restriction columns of the table @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/AbstractTable.java:475
↓ 4 callers
Method
getSequenceName
Returns the name of the sequence of the sequence generator. @return the name of the sequence of the sequence generator @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/SequenceGeneratorMetadata.java:36
↓ 4 callers
Method
getSharedCacheMode
Returns the specification of how the provider must use a second-level cache for the persistence unit. @return the second-level cache mode that must b
batoo-jpa/src/main/java/org/batoo/jpa/parser/PersistenceParser.java:97
↓ 4 callers
Method
getSql
Returns the SQL for the query. @return the the SQL @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/BaseQuery.java:159
↓ 4 callers
Method
getSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/FunctionExpression.java:120
↓ 4 callers
Method
getSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/SimpleCaseImpl.java:136
↓ 4 callers
Method
getSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/NegationExpression.java:118
↓ 4 callers
Method
getSqlType
Returns the SQL type of the java type @param javaType the java type @param temporal temporal type of the type @param enumType
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/TypeFactory.java:52
↓ 4 callers
Method
getStreet
Returns the street. @return the street @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/overrides/Address.java:51
↓ 4 callers
Method
getTable
Returns the name of the table. @return the name of the table @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/IndexMetadata.java:45
↓ 4 callers
Method
getTargetEntity
Returns the name of the target entity of the association attribute. @return the name of the target entity of the association attribute @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/AssociationAttributeMetadata.java:80
↓ 4 callers
Method
getValueExt11
Returns the valueExt11. @return the valueExt11 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/inheritence/joined/FooExt11.java:40
↓ 4 callers
Method
getValueExt11
Returns the valueExt11. @return the valueExt11 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/inheritence/single/FooExt11.java:40
↓ 4 callers
Method
getWorkAddress
Returns the workAddress. @return the workAddress @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/overrides/Foo.java:91
↓ 4 callers
Method
getZipcode
Returns the zipcode. @return the zipcode @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/overrides2/Address.java:54
↓ 4 callers
Method
isOptional
Returns if the basic attribute is optional. @return true if the basic attribute is optional, false otherwise @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/BasicAttributeMetadata.java:87
↓ 4 callers
Method
join
Returns the joint array of <code>elements1</code> and <code>elements2</code>. @param elements1 the first array of elements @param elements
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/orm/ParentElement.java:44
↓ 4 callers
Method
join
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/AbstractFrom.java:425
↓ 4 callers
Method
loadCollection
Loads and returns the collection. @param instance the managed instance owning the collection @return the loaded collection @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/PluralMappingEx.java:166
↓ 4 callers
Method
mV
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:1062
↓ 4 callers
Method
newFoo
(boolean withChildren)
batoo-jpa/src/test/java/org/batoo/jpa/core/test/lock/OptimisticLockIncrementTest.java:36
↓ 4 callers
Method
newFoo
(boolean withChildren)
batoo-jpa/src/test/java/org/batoo/jpa/core/test/lock/PessimisticLockTest.java:39
↓ 4 callers
Method
next
()
batoo-jpa/src/main/java/org/batoo/common/util/CollectionUtils.java:64
↓ 4 callers
Method
notNull
Assert that an object is not <code>null</code> . <pre class="code"> Assert.notNull(clazz); </pre> @param object the object to check @thro
batoo-jpa/src/main/java/org/batoo/common/util/Assert.java:519
↓ 4 callers
Method
person
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/eager/EagerTest.java:53
↓ 4 callers
Method
person
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manage/ManageTest.java:33
← previous
next →
501–600 of 6,989, ranked by callers