MCPcopy Create free account

hub / github.com/BatooOrg/BatooJPA / functions

Functions6,989 in github.com/BatooOrg/BatooJPA

↓ 5 callersMethodperformRemove
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 callersMethodperson
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytoone/ManyToOneTest.java:41
↓ 5 callersMethodperson
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/managedcollection/ManagedCollectionTest.java:32
↓ 5 callersMethodsetFootype
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 callersMethodsetFootype2
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 callersMethodsetJoinLoaded
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 callersMethodsetMaxResults
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 callersMethodsetRollbackOnly
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 callersMethodsetValueExt1
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 callersMethodsynpred15_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19229
↓ 5 callersMethodsynpred17_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19117
↓ 4 callersMethod__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 callersMethodaddAttribute
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/IdentifiableTypeImpl.java:109
↓ 4 callersMethodaddSequenceGenerator
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 callersMethodaddTableGenerator
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 callersMethodassertOpen
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 callersMethodcheckTransient
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 callersMethodconditional_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:8346
↓ 4 callersMethodconvertTemporal
(TemporalType temporalType, Calendar value)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/nativequery/NativeQuery.java:237
↓ 4 callersMethodconvertValue
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 callersMethodconvertValueForSet
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 callersMethodcreateConstructor
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 callersMethodcreateQuery
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 callersMethodcu
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 callersMethoddeleteAny
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 callersMethoddistinct
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 callersMethodembeddable
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:426
↓ 4 callersMethodenhance
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 callersMethodentity
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:436
↓ 4 callersMethodenum_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:14593
↓ 4 callersMethodexcludeFieldNames
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 callersMethodgenerateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/SimpleCaseImpl.java:75
↓ 4 callersMethodgenerateSql
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 callersMethodgenerateSqlSelect
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/path/BasicPath.java:104
↓ 4 callersMethodgetAddress
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 callersMethodgetAddresses
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 callersMethodgetAttributeOverride
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 callersMethodgetBars
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 callersMethodgetChildType
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 callersMethodgetCity
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 callersMethodgetCity
@return the city
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytoone/Address.java:62
↓ 4 callersMethodgetCountry
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 callersMethodgetDelegate
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 callersMethodgetFetchType
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 callersMethodgetFoos
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 callersMethodgetFootype
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 callersMethodgetFootype2
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 callersMethodgetGroupList
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/AbstractCriteriaQueryImpl.java:335
↓ 4 callersMethodgetGroupRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/AbstractCriteriaQueryImpl.java:347
↓ 4 callersMethodgetHomeAddress
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 callersMethodgetId
()
community/src/test/java/org/batoo/jpa/community/test/criteriaQueryWithCalendar/CalendarTemporalFieldEntity.java:64
↓ 4 callersMethodgetId
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 callersMethodgetId
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 callersMethodgetId
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 callersMethodgetId
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 callersMethodgetIdClass
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 callersMethodgetIdImpl
(Object instance, SingularMapping<?, ?> idMapping, MutableBoolean allNull)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1020
↓ 4 callersMethodgetIndex
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 callersMethodgetJoinColumns
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 callersMethodgetJoinTable
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 callersMethodgetJtaDataSource
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 callersMethodgetKeyColumn
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 callersMethodgetKeyJavaType
Return the Java type of the map key. @return Java key type
persistence-api/src/main/java/javax/persistence/metamodel/MapAttribute.java:19
↓ 4 callersMethodgetLockMode
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 callersMethodgetMapping
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 callersMethodgetMapsId
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 callersMethodgetName
@return the name
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytoone/Person.java:93
↓ 4 callersMethodgetNextComposite
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/serialization/CompositeEntity.java:67
↓ 4 callersMethodgetNonJtaDataSource
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 callersMethodgetOrderColumn
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 callersMethodgetParameterMetaData
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/PreparedStatementProxy.java:501
↓ 4 callersMethodgetPrimaryTableAlias
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 callersMethodgetQuantity
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Order.java:133
↓ 4 callersMethodgetReferencedTable
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 callersMethodgetRestrictionColumns
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 callersMethodgetSequenceName
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 callersMethodgetSharedCacheMode
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 callersMethodgetSql
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 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/FunctionExpression.java:120
↓ 4 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/SimpleCaseImpl.java:136
↓ 4 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/NegationExpression.java:118
↓ 4 callersMethodgetSqlType
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 callersMethodgetStreet
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 callersMethodgetTable
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 callersMethodgetTargetEntity
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 callersMethodgetValueExt11
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 callersMethodgetValueExt11
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 callersMethodgetWorkAddress
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 callersMethodgetZipcode
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 callersMethodisOptional
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 callersMethodjoin
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 callersMethodjoin
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/AbstractFrom.java:425
↓ 4 callersMethodloadCollection
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 callersMethodmV
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:1062
↓ 4 callersMethodnewFoo
(boolean withChildren)
batoo-jpa/src/test/java/org/batoo/jpa/core/test/lock/OptimisticLockIncrementTest.java:36
↓ 4 callersMethodnewFoo
(boolean withChildren)
batoo-jpa/src/test/java/org/batoo/jpa/core/test/lock/PessimisticLockTest.java:39
↓ 4 callersMethodnext
()
batoo-jpa/src/main/java/org/batoo/common/util/CollectionUtils.java:64
↓ 4 callersMethodnotNull
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 callersMethodperson
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/eager/EagerTest.java:53
↓ 4 callersMethodperson
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manage/ManageTest.java:33
← previousnext →501–600 of 6,989, ranked by callers